mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
🚧 Update user configuration loading and use formatter
This commit is contained in:
parent
cd32ad1c61
commit
54edba0070
12 changed files with 83 additions and 146 deletions
|
@ -9,7 +9,9 @@
|
|||
|
||||
cfg = config.${namespace}.desktop.gnome;
|
||||
in {
|
||||
options.${namespace}.desktop.gnome = {enable = mkEnableOption "Enable the gnome desktop environment ${namespace}";};
|
||||
options.${namespace}.desktop.gnome = {
|
||||
enable = mkEnableOption "the gnome desktop environment";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.xserver.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue