diff --git a/home/home.nix b/home/home.nix index 1600908..830090b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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