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