diff options
-rw-r--r-- | nixos.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos.org b/nixos.org index 40c45ee..0c25153 100644 --- a/nixos.org +++ b/nixos.org @@ -257,7 +257,7 @@ stuff # persistent directory for my browser details homeBinds = [ ".mozilla/firefox" - ] + ]; } #+end_src *** Steam @@ -269,7 +269,7 @@ stuff ]; homeBinds = [ ".local/share/Steam" - ] + ]; environment.systemPackages = with pkgs; [ steam ]; |