mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
+3
-1
@@ -47,7 +47,9 @@ let
|
||||
users = {
|
||||
root = mkRootModule "root";
|
||||
"${xlib.device.username}" = mkHomeModule xlib.device.username;
|
||||
"snity" = mkOthersModule "snity";
|
||||
}
|
||||
// lib.optionalAttrs (xlib.device.type == "secondary") {
|
||||
snity = mkOthersModule "snity";
|
||||
};
|
||||
sharedModules = [
|
||||
inputs.plasma-manager.homeModules.plasma-manager
|
||||
|
||||
Reference in New Issue
Block a user