From e962815edddf5ecb71f5406a8eb694521a92f8bd Mon Sep 17 00:00:00 2001 From: Till Date: Tue, 1 Aug 2023 16:23:17 +0200 Subject: [PATCH] pipewire on --- home/default.nix | 2 +- system/default.nix | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/home/default.nix b/home/default.nix index 5d3ca7c..23c4059 100644 --- a/home/default.nix +++ b/home/default.nix @@ -80,7 +80,7 @@ # graphics inkscape gimp - godot + godot_4 # web qutebrowser diff --git a/system/default.nix b/system/default.nix index 6629eec..889169e 100644 --- a/system/default.nix +++ b/system/default.nix @@ -36,13 +36,13 @@ }; # sound.enable = true; - # hardware.pulseaudio.enable = false; - # services.pipewire = { - # enable = true; - # alsa.enable = true; - # alsa.support32Bit = true; - # pulse.enable = true; - # }; + hardware.pulseaudio.enable = false; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + }; nixpkgs.config.allowUnfree = true; nixpkgs.config.joypixels.acceptLicense = true; @@ -65,7 +65,7 @@ killall ]; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ jetbrains-mono joypixels ];