add new monitor

This commit is contained in:
dachxy 2024-12-25 22:36:42 +08:00
parent 6373014574
commit eb6cc5056f
5 changed files with 82 additions and 7 deletions

View file

@ -16,7 +16,7 @@
home-manager = {
backupFileExtension = "backup";
extraSpecialArgs = { inherit inputs; };
users = { "danny" = import ../home; };
users = { "danny" = import ../../../home; };
};
}