nix flake update
This commit is contained in:
parent
7771c88040
commit
c3481f8ba6
7 changed files with 48 additions and 60 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
services.printing.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
|
||||
pulseaudio.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
openssh.enable = true;
|
||||
power-profiles-daemon.enable = false;
|
||||
printing.enable = true;
|
||||
pulseaudio.enable = false;
|
||||
throttled.enable = true;
|
||||
thermald.enable = true;
|
||||
};
|
||||
|
|
|
@ -13,6 +13,6 @@ with lib;
|
|||
config = mkIf config.features.desktop.gaming.enable {
|
||||
programs.steam.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ zeroad ];
|
||||
environment.systemPackages = with pkgs; [ nixpkgs-2411.zeroad ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,5 +16,10 @@
|
|||
config.allowUnfree = true;
|
||||
system = final.system;
|
||||
};
|
||||
|
||||
nixpkgs-2411 = import inputs.nixpkgs-2411 {
|
||||
config.allowUnfree = true;
|
||||
system = final.system;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue