minor changes

This commit is contained in:
twoneis 2024-01-13 05:44:31 +01:00
parent 8a0cf7dabc
commit 90b5d970be
3 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { { ... }: {
# Enable sound with pipewire. # Enable sound with pipewire.
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
@ -9,8 +9,4 @@
pulse.enable = true; pulse.enable = true;
#jack.enable = true; #jack.enable = true;
}; };
environment.systemPackages = with pkgs; [
pamixer
];
} }

View file

@ -5,12 +5,13 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
./audio.nix ./audio.nix
./docker.nix ./containers.nix
./fonts.nix ./fonts.nix
./gnome ./gnome
./niri ./niri
]; ];
# Allow packages from nixpkgs # Allow packages from nixpkgs
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;