Update NixOS to 23.11
This commit is contained in:
parent
83fd9a8ea6
commit
eea9e47197
8 changed files with 59 additions and 52 deletions
|
|
@ -13,6 +13,7 @@ in {
|
|||
user.packages = with pkgs; [
|
||||
(mkIf cfg.steam.enable steam)
|
||||
(mkIf cfg.lutris.enable lutris)
|
||||
(mkIf cfg.lutris.enable wine)
|
||||
(mkIf (cfg.steam.enable || cfg.lutris.enable) protontricks)
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue