2024-10-25 19:53:50 -04:00
|
|
|
{ ... }:
|
2024-05-16 20:08:57 -04:00
|
|
|
{
|
|
|
|
home-manager.users.root = {
|
2024-11-08 09:38:25 -05:00
|
|
|
imports = [ ../common/home-manager/zsh.nix ];
|
|
|
|
|
2024-05-16 20:08:57 -04:00
|
|
|
home.stateVersion = "24.05";
|
2024-10-25 19:53:50 -04:00
|
|
|
programs.zsh = {
|
|
|
|
oh-my-zsh.theme = "kardan";
|
|
|
|
shellAliases.nos = "nixos-operations-script";
|
2024-05-16 20:08:57 -04:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|