fa-t14-2025: minor home-manager changes

This commit is contained in:
Felix Albrigtsen
2025-12-09 11:06:12 +01:00
parent f8ca64ee28
commit 14ff95a90d

View File

@@ -70,6 +70,7 @@ in {
base_url = "https://vault.mktv.no"; base_url = "https://vault.mktv.no";
email = emailAddress; email = emailAddress;
pinentry = pkgs.pinentry-rofi; pinentry = pkgs.pinentry-rofi;
lock_timeout = 60*60*8;
}; };
}; };
rofi = { rofi = {
@@ -78,7 +79,10 @@ in {
theme = "Arc-Dark"; theme = "Arc-Dark";
}; };
zsh = { 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" ]; prezto.pmodules = [ "ssh" ];
}; };
}; };