From fa44652c2ecf4897f727190f1db094b1391d8e3d Mon Sep 17 00:00:00 2001 From: Maddie H Date: Wed, 9 Oct 2024 22:10:28 +0100 Subject: [PATCH] fix: move insect to desktop as it doesnt support darwin --- homes/common/default.nix | 1 - homes/desktop/default.nix | 1 + homes/{common => desktop}/insect.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename homes/{common => desktop}/insect.nix (100%) diff --git a/homes/common/default.nix b/homes/common/default.nix index 476a478..ebb4757 100644 --- a/homes/common/default.nix +++ b/homes/common/default.nix @@ -21,7 +21,6 @@ ./xdg.nix ./zsh.nix ./radicle.nix - ./insect.nix ./neovim.nix ]; } diff --git a/homes/desktop/default.nix b/homes/desktop/default.nix index 67b6522..7503e74 100644 --- a/homes/desktop/default.nix +++ b/homes/desktop/default.nix @@ -31,5 +31,6 @@ ./xdg.nix ./xorg.nix ./zathura.nix + ./insect.nix ]; } diff --git a/homes/common/insect.nix b/homes/desktop/insect.nix similarity index 100% rename from homes/common/insect.nix rename to homes/desktop/insect.nix