This commit is contained in:
2026-01-19 14:02:06 +03:00
parent 84f8ee3e39
commit c2dd58e9e4
7 changed files with 81 additions and 13 deletions
+9 -3
View File
@@ -51,9 +51,15 @@ let
root = mkRootModule "root";
"${xlib.device.username}" = mkHomeModule xlib.device.username;
}
// lib.optionalAttrs (xlib.device.type == "secondary") {
snity = mkOthersModule "snity";
};
//
lib.optionalAttrs
(builtins.elem xlib.device.type [
"secondary"
"primary"
])
{
snity = mkOthersModule "snity";
};
sharedModules = [
inputs.plasma-manager.homeModules.plasma-manager
];