Formatting
This commit is contained in:
parent
ba72b8404f
commit
1794eb06a9
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
mkVmApps
|
mkVmApps
|
||||||
nixosConfigurations
|
nixosConfigurations
|
||||||
;
|
;
|
||||||
in {
|
in {
|
||||||
inherit nixosConfigurations;
|
inherit nixosConfigurations;
|
||||||
|
|
||||||
apps = lib.foldr lib.recursiveUpdate {} [
|
apps = lib.foldr lib.recursiveUpdate {} [
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue