fa-t14-2025: minor home-manager changes
This commit is contained in:
@@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user