feat: a lot of stuff
This commit is contained in:
parent
a990c70c8f
commit
059f5efba3
9 changed files with 42 additions and 9 deletions
5
users/gandalf/modules/gui/programs/games.nix
Normal file
5
users/gandalf/modules/gui/programs/games.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ nixosConfig, lib, pkgs, ... }: lib.mkIf nixosConfig.bchmnn.games.enable {
|
||||
home.packages = with pkgs; [
|
||||
extremetuxracer
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue