From ee150fd6fd41b3d8a8a058a960d13cad32a6a886 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 22 Sep 2024 18:07:31 -0300 Subject: [PATCH] stylix for desktops only --- hosts/common/default.nix | 1 - hosts/desktops/common/default.nix | 1 + hosts/{ => desktops}/common/stylix.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename hosts/{ => desktops}/common/stylix.nix (100%) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 4b64078..aeb88ef 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -12,7 +12,6 @@ ./services.nix ./users.nix ./virtualisation.nix - ./stylix.nix ./environment.nix ]; } diff --git a/hosts/desktops/common/default.nix b/hosts/desktops/common/default.nix index 02b2402..bc5dc51 100644 --- a/hosts/desktops/common/default.nix +++ b/hosts/desktops/common/default.nix @@ -9,6 +9,7 @@ ./nix.nix ./packages.nix ./services.nix + ./stylix.nix ./users.nix ./virtualisation.nix ]; diff --git a/hosts/common/stylix.nix b/hosts/desktops/common/stylix.nix similarity index 100% rename from hosts/common/stylix.nix rename to hosts/desktops/common/stylix.nix