From 3ef0b69470f9a738aa27be04936def0aa9312ba7 Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 30 Apr 2025 19:32:57 +0200 Subject: [PATCH] support for hs --- home.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 90bc44f..3f3a2b9 100644 --- a/home.nix +++ b/home.nix @@ -4,12 +4,15 @@ imports = [ ./lf.nix ./fish.nix - ./ui.nix ./terminal-software.nix + ] ++ (if variant != "hs" then + [ + ./ui.nix ./gui-software.nix ./gaming.nix ./additional-software.nix - ]; + ] + else []); # Home Manager needs a bit of information about you and the paths it should # manage.