summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrazazy2022-04-05 12:23:32 +0200
committerCrazazy2022-04-05 12:31:41 +0200
commit52b2ea553bef022b91c8c2baa3cd0dffb95826d6 (patch)
treecf2d5d8b2da483bbfc5cbe598151c94483926333
parent1aa9ba739e8333f258a77ba33ed43abcb805f753 (diff)
move steam bind to steam section
-rw-r--r--nixos.org3
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
];