migrated home-manager from a nixos module to a standalone thing

This commit is contained in:
rotterdam 2023-04-03 20:39:51 -03:00
parent 9c2e1ea464
commit 8aa1d65d73
11 changed files with 25 additions and 27 deletions

View file

@ -18,6 +18,4 @@
"adbusers"
];
};
home-manager.users.user = import ../../../users/desktops/user.nix;
}