add Steam
This commit is contained in:
parent
221f9e09cf
commit
147a19d2e8
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
./firefox.nix
|
||||
./kitty.nix
|
||||
./steam.nix
|
||||
./thunar.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
|
|
6
users/willifan/graphical/steam.nix
Normal file
6
users/willifan/graphical/steam.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue