added river
This commit is contained in:
parent
a643248e06
commit
faa055caf2
8 changed files with 45 additions and 12 deletions
|
@ -10,6 +10,17 @@
|
|||
default = config.desktop.enable;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
wm = {
|
||||
niri.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
river.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue