summary refs log tree commit diff
path: root/mixins/cli.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/cli.nix')
-rw-r--r--mixins/cli.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixins/cli.nix b/mixins/cli.nix
index 0d82ed1..3dce0bf 100644
--- a/mixins/cli.nix
+++ b/mixins/cli.nix
@@ -9,7 +9,7 @@
     inputs.home-manager.nixosModules."home-manager"
   ];
   config = {
-    home-manager.users.tzlil = {pkgs, ...}@hm: {
+    home-manager.users.tzlil = {pkgs, ...} @ hm: {
       home = {
         packages = with pkgs; [
           rsync
@@ -45,4 +45,4 @@
       };
     };
   };
-}
\ No newline at end of file
+}