nix flake update
This commit is contained in:
parent
7771c88040
commit
c3481f8ba6
7 changed files with 48 additions and 60 deletions
nix/modules/nixos/features
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue