Add Steam module
This commit is contained in:
parent
48688ffc39
commit
2bd759deae
2 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./alacritty
|
||||
./firefox
|
||||
./steam
|
||||
./thunderbird
|
||||
# ./virtualbox
|
||||
];
|
||||
|
|
8
nixos/modules/apps/steam/default.nix
Normal file
8
nixos/modules/apps/steam/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ inputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue