diff options
author | Crazazy | 2022-04-05 12:23:32 +0200 |
---|---|---|
committer | Crazazy | 2022-04-05 12:31:41 +0200 |
commit | 52b2ea553bef022b91c8c2baa3cd0dffb95826d6 (patch) | |
tree | cf2d5d8b2da483bbfc5cbe598151c94483926333 | |
parent | 1aa9ba739e8333f258a77ba33ed43abcb805f753 (diff) |
move steam bind to steam section
-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 ]; |