style: format nix files

This commit is contained in:
Felix Schröter 2020-09-23 13:19:19 +02:00
parent 22f6f8b323
commit 4d3bda09b9
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
19 changed files with 132 additions and 175 deletions

View file

@ -24,9 +24,7 @@
};
};
programs.ssh = {
enable = true;
};
programs.ssh = { enable = true; };
services.gpg-agent = {
enable = true;
@ -39,9 +37,7 @@
programs.gpg.enable = true;
programs.git = {
defaultProfile = "private";
};
programs.git = { defaultProfile = "private"; };
xdg.configFile."nixpkgs/config.nix".text = ''
{