nixpkgs-format all files

This commit is contained in:
Moritz Böhme 2021-11-11 18:34:54 +01:00
parent 342b29f73c
commit 6f64608b0b
15 changed files with 50 additions and 38 deletions

View file

@ -1,7 +1,8 @@
{ config, lib, pkgs, ... }:
let
base = (home: {
{
home-manager.users.moritz = {
programs.git = {
enable = true;
userName = "MoritzBoehme";
@ -9,5 +10,5 @@ let
extraConfig = { init.defaultBranch = "main"; };
delta.enable = true;
};
});
in { home-manager.users.moritz = { ... }: (base "/home/moritz"); }
};
}

View file

@ -36,7 +36,8 @@ let
};
};
});
in {
in
{
environment.pathsToLink = [ "/share/zsh" ];
home-manager.users.moritz = { ... }: (base "/home/moritz");
}