Add home and update ips for k3s
This commit is contained in:
19
homes/x86_64-linux/yadunut@nut-gc2/default.nix
Normal file
19
homes/x86_64-linux/yadunut@nut-gc2/default.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user