From d9620297f740650d25f7c8a6612fb99550441178 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 18 Jan 2026 17:48:17 +0300 Subject: [PATCH] 123 --- home/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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