Update desktop options to be standardized
This commit is contained in:
parent
68b6d76500
commit
de19539c1e
3 changed files with 5 additions and 4 deletions
|
|
@ -36,6 +36,11 @@
|
|||
enable = lib.mkEnableOption "enable container overseer user";
|
||||
};
|
||||
};
|
||||
|
||||
desktop = {
|
||||
sway.enable = lib.mkEnableOption "enables sway";
|
||||
i3.enable = lib.mkEnableOption "enables i3";
|
||||
};
|
||||
};
|
||||
|
||||
# Set default option states in config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue