test steam module
This commit is contained in:
parent
c7bbeb24ca
commit
fe7ab0556d
5 changed files with 53 additions and 0 deletions
14
home/programs/desktop/gaming/default.nix
Normal file
14
home/programs/desktop/gaming/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./steam
|
||||
];
|
||||
|
||||
options.programs.desktop.games = {
|
||||
steam = {
|
||||
enable = lib.mkEnableOption "Enable steam";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue