summary refs log tree commit diff
path: root/profiles/user.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-17 17:46:47 +0200
committertzlil <tzlils@protonmail.com>2023-02-17 17:46:47 +0200
commit222c7e35d7e9507f6eb8d67bb7af3ef9e623d0f3 (patch)
tree9b7f8ba8debdca1c2ca3739844d0fe4b3113209e /profiles/user.nix
parent3c3e4531dac7f4ab591bf391be72a11121b45673 (diff)
added alejandra as formatter and formatted everything
Diffstat (limited to 'profiles/user.nix')
-rw-r--r--profiles/user.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/user.nix b/profiles/user.nix
index 7f0ec8b..637c15d 100644
--- a/profiles/user.nix
+++ b/profiles/user.nix
@@ -41,7 +41,7 @@
       backupFileExtension = "backup";
     };
 
-    home-manager.users.tzlil = {pkgs, ...}@hm: {
+    home-manager.users.tzlil = {pkgs, ...} @ hm: {
       home = {
         stateVersion = "22.05";
         username = "tzlil";
@@ -56,4 +56,4 @@
       };
     };
   };
-}
\ No newline at end of file
+}