finalize home configuration loading as nixos module, and more stuffs :3

This commit is contained in:
Jo 2025-04-24 03:01:52 +02:00
parent f89cbcc552
commit dc87b2c186
16 changed files with 192 additions and 87 deletions

View file

@ -9,8 +9,13 @@
# System configuration
puzzlevision = {
# Todo: pass a set of users to enable from within easy-hosts and automatically map the corresponding home-manager configurations
# users = [ "jo" ];
# TODO: improve home-manager configuration loading as development continues and make sure everything works correctly.
users = {
jo = {
enable = true;
initialPassword = "balls";
};
};
desktop.gnome.enable = true;
};