diff options
-rw-r--r-- | nixos.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos.org b/nixos.org index b1b23f1..568b62d 100644 --- a/nixos.org +++ b/nixos.org @@ -267,6 +267,9 @@ stuff imports = [ nurModules.repos.crazazy.modules.private.steam-config ]; + homeBinds = [ + ".local/share/Steam" + ] environment.systemPackages = with pkgs; [ steam ]; |