Add: alias for agenix

This commit is contained in:
DuN0z 2025-10-29 22:57:34 +01:00
parent 09e28be9db
commit 1151aaa3cb
2 changed files with 3 additions and 1 deletions

View file

@ -33,6 +33,7 @@ in {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
initialPassword = "temp";
shell = pkgs.zsh;
};
home-manager = {
@ -41,7 +42,7 @@ in {
};
environment.systemPackages = with pkgs; [
vim git btop htop wget curl
git htop wget curl
neovim
];