diff options
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 4 |
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 = { |