Formatting

This commit is contained in:
Andrea Ciceri 2023-02-03 09:26:07 +01:00
parent ba72b8404f
commit 1794eb06a9
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@
mkVmApps mkVmApps
nixosConfigurations nixosConfigurations
; ;
in { in {
inherit nixosConfigurations; inherit nixosConfigurations;
apps = lib.foldr lib.recursiveUpdate {} [ apps = lib.foldr lib.recursiveUpdate {} [

View file

@ -4,7 +4,6 @@
email = "andrea.ciceri@autistici.org"; email = "andrea.ciceri@autistici.org";
}; };
in { in {
home.packages = [pkgs.gitoxide]; home.packages = [pkgs.gitoxide];
programs.git = { programs.git = {
enable = true; enable = true;