commit ad734d2b160aae5af99b3a7148a0d2e5e6626aeb
parent 2fd3f524000d469765f91d9e6ecdaf6df5100de3
Author: Crazazy <crazazy@tilde.cafe>
Date: Wed, 6 Apr 2022 12:33:58 +0200
add some forgotten parentheses
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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
];