mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: added river and wayland module
This commit is contained in:
parent
562b66fe83
commit
e7e9f00c1e
1 changed files with 16 additions and 0 deletions
|
@ -98,6 +98,22 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
river = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
river
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
wayland = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
wayland
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
server = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue