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