about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-22 17:28:15 +0200
committerBaitinq <[email protected]>2022-06-22 17:28:15 +0200
commit715d7fda8e6fcdc4c6a6de522398090d84d201c4 (patch)
treebf9e829d81603af3b56e1dd5a29b8bfdbab0d941 /hosts/home.nix
parentAdd home.stateVersion to home-manager (diff)
downloadnixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.tar.gz
nixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.tar.bz2
nixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.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 = {