so much organization
This commit is contained in:
20
modules/root-user/default.nix
Executable file
20
modules/root-user/default.nix
Executable file
@@ -0,0 +1,20 @@
|
||||
{ ... }:
|
||||
let
|
||||
shellAliases = {
|
||||
update-boot = "nixos-rebuild boot --max-jobs 10";
|
||||
update-switch = "nixos-rebuild switch --max-jobs 10";
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../home/defaults.nix
|
||||
../home/git.nix
|
||||
../home/shell.nix
|
||||
];
|
||||
|
||||
home.username = "root";
|
||||
|
||||
programs = {
|
||||
zsh.shellAliases = shellAliases;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user