mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-30 01:54:18 -05:00
add swayfx
This commit is contained in:
parent
1ea39e3bba
commit
76ddc2347f
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
desktop = {
|
||||
sway.enable = lib.mkEnableOption "enables sway";
|
||||
swayfx.enable = lib.mkEnableOption "enable sway with eye candy";
|
||||
i3.enable = lib.mkEnableOption "enables i3";
|
||||
};
|
||||
|
||||
|
|
@ -80,6 +81,7 @@
|
|||
# Desktop options are declared in their relevant modules in module/desktops
|
||||
desktop = {
|
||||
sway.enable = lib.mkDefault false;
|
||||
swayfx.enable = lib.mkDefault false;
|
||||
i3.enable = lib.mkDefault false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue