about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 17:28:15 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 17:28:15 +0200
commit4d705cca6d45a71fbdde6605f21b4ed0f831a6b6 (patch)
tree29ed80d4a1e7a68e9481a86c4e73916800d740fa /hosts/home.nix
parentAdd home.stateVersion to home-manager (diff)
downloadnixos-config-4d705cca6d45a71fbdde6605f21b4ed0f831a6b6.tar.gz
nixos-config-4d705cca6d45a71fbdde6605f21b4ed0f831a6b6.tar.bz2
nixos-config-4d705cca6d45a71fbdde6605f21b4ed0f831a6b6.zip
Remove flake fmt and add nixpkgs-fmt package
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 62fd3a5..5b531c4 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -33,6 +33,7 @@ in
       xorg.xev
       statix
       git-crypt
+      nixpkgs-fmt
     ];
   };
 
@@ -52,7 +53,8 @@ in
       /*signing = {
         signByDefault = true;
         key = null; #let gpg decide based on author
-      };*/
+        };
+      */
     };
 
     firefox = {