Add additional root user configuration.
This commit is contained in:
parent
f1ff4084a8
commit
65882551dc
1 changed files with 21 additions and 1 deletions
|
@ -11,7 +11,27 @@
|
|||
programs.fish.enable = true;
|
||||
|
||||
home-manager.users.root = {
|
||||
programs.fish.enable = true;
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
userName = "Nolan Darilek";
|
||||
userEmail = "nolan@thewordnerd.info";
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
home = {
|
||||
shellAliases = {
|
||||
"systemctl" = "systemctl --no-pager -l";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue