mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 05:10:05 +00:00
✨ finalize home configuration loading as nixos module, and more stuffs :3
This commit is contained in:
parent
f89cbcc552
commit
dc87b2c186
16 changed files with 192 additions and 87 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue