This commit is contained in:
2025-08-19 01:07:19 -05:00
parent a394733024
commit ec919c0bef
2 changed files with 8 additions and 11 deletions

View File

@@ -73,6 +73,7 @@
shell = pkgs.zsh;
home-manager = {
enable = true;
standalone = false;
extraModules = [
{
homeconfig = {
@@ -89,10 +90,6 @@
git.enable = true;
nh.enable = true;
};
home.packages = [
pkgs.wayvnc
];
}
];
};