summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2022-04-06 12:33:58 +0200
committerCrazazy2022-04-06 12:33:58 +0200
commitad734d2b160aae5af99b3a7148a0d2e5e6626aeb (patch)
tree9b45b8b70ccff02d4290abb408da335748ad8dac
parent2fd3f524000d469765f91d9e6ecdaf6df5100de3 (diff)
add some forgotten parentheses
-rw-r--r--nixos.org4
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
         ];