diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 12:30:51 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 12:46:22 +0200 |
commit | 7434b1932c78e0f5d610d00bc727d5a6c28f7ad4 (patch) | |
tree | 5899c0684ab0b1ee796311be118ec4ebca2bdab5 /hosts | |
parent | Disable the creation of $HOME/Desktop by altering xdg (diff) | |
download | nixos-config-7434b1932c78e0f5d610d00bc727d5a6c28f7ad4.tar.gz nixos-config-7434b1932c78e0f5d610d00bc727d5a6c28f7ad4.tar.bz2 nixos-config-7434b1932c78e0f5d610d00bc727d5a6c28f7ad4.zip |
Phobos: Add steam package
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/phobos/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index de67e9a..2bfcd81 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -29,6 +29,10 @@ ]; + programs = { + steam.enable = true; + }; + environment.etc."nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database; } |