about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix1
-rw-r--r--hosts/configuration.nix2
-rw-r--r--hosts/home.nix4
3 files changed, 3 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 669a6ce..2898e1d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,6 @@
     let user = "baitinq";
     in
     {
-      formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
       nixosConfigurations = import ./hosts {
         inherit (nixpkgs) lib;
         inherit inputs nixpkgs home-manager nur user;
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 1fe6e28..4d48147 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -140,8 +140,6 @@
     cpu.intel.updateMicrocode = true;
   };
 
-  lib.formatter.x86_64-linux = pkgs.nixpkgs-fmt;
-
   # This value determines the NixOS release from which the default
   # settings for stateful data, like file locations and database versions
   # on your system were taken. It‘s perfectly fine and recommended to leave
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 = {