add Steam

This commit is contained in:
willifan 2024-05-20 01:28:35 +02:00
parent 221f9e09cf
commit 147a19d2e8
2 changed files with 7 additions and 0 deletions

View file

@ -9,6 +9,7 @@
./firefox.nix
./kitty.nix
./steam.nix
./thunar.nix
./thunderbird.nix
];

View file

@ -0,0 +1,6 @@
{ pkgs, home-manager, ... }:
{
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
}