fa-t14-2025: minor home-manager changes
This commit is contained in:
@@ -70,6 +70,7 @@ in {
|
||||
base_url = "https://vault.mktv.no";
|
||||
email = emailAddress;
|
||||
pinentry = pkgs.pinentry-rofi;
|
||||
lock_timeout = 60*60*8;
|
||||
};
|
||||
};
|
||||
rofi = {
|
||||
@@ -78,7 +79,10 @@ in {
|
||||
theme = "Arc-Dark";
|
||||
};
|
||||
zsh = {
|
||||
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||
shellAliases = {
|
||||
"kssh" = "ssh -t controlnode ssh";
|
||||
"rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||
};
|
||||
prezto.pmodules = [ "ssh" ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user