Add home and update ips for k3s

This commit is contained in:
2025-10-30 14:54:23 +08:00
parent e5f15e8999
commit 163d844af3
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
lib,
pkgs,
config,
...
}:
{
zsh.enable = true;
neovim.enable = true;
home.packages = with pkgs; [
rsync
zellij
];
home.stateVersion = "25.11";
programs.home-manager.enable = true;
}