mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39:32 -08:00
Added steam to desktop install
This commit is contained in:
parent
4a119dfc10
commit
056802cb74
2 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
./hosts/desktop
|
||||
./hosts/configuration.nix
|
||||
./modules/kmonad.nix
|
||||
./modules/steam.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
7
modules/steam.nix
Normal file
7
modules/steam.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, home-manager, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue