diff --git a/home/common/coc.vim b/home/common/editors/coc.vim similarity index 100% rename from home/common/coc.vim rename to home/common/editors/coc.vim diff --git a/home/common/editors.nix b/home/common/editors/default.nix similarity index 100% rename from home/common/editors.nix rename to home/common/editors/default.nix diff --git a/home/common/emacs.nix b/home/common/editors/emacs.nix similarity index 100% rename from home/common/emacs.nix rename to home/common/editors/emacs.nix diff --git a/home/common/init.vim b/home/common/editors/init.vim similarity index 100% rename from home/common/init.vim rename to home/common/editors/init.vim diff --git a/home/common/neovim.nix b/home/common/editors/neovim.nix similarity index 100% rename from home/common/neovim.nix rename to home/common/editors/neovim.nix diff --git a/home/common/vscode.nix b/home/common/editors/vscode.nix similarity index 100% rename from home/common/vscode.nix rename to home/common/editors/vscode.nix diff --git a/home/felschr-work.nix b/home/felschr-work.nix index 62f8654..a447921 100644 --- a/home/felschr-work.nix +++ b/home/felschr-work.nix @@ -8,7 +8,7 @@ with pkgs; ./common/mimeapps.nix ./common/gtk.nix ./common/gnome.nix - ./common/editors.nix + ./common/editors ./common/keybase.nix ./common/signal.nix ./common/chromium.nix diff --git a/home/felschr.nix b/home/felschr.nix index 8c50e91..6567563 100644 --- a/home/felschr.nix +++ b/home/felschr.nix @@ -7,7 +7,7 @@ with pkgs; ./common/mimeapps.nix ./common/gtk.nix ./common/gnome.nix - ./common/editors.nix + ./common/editors ./common/keybase.nix ./common/signal.nix ./common/chromium.nix