summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/editor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/meta/editor/default.nix')
-rw-r--r--home/ebisu/meta/editor/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/home/ebisu/meta/editor/default.nix b/home/ebisu/meta/editor/default.nix
new file mode 100644
index 0000000..183fb72
--- /dev/null
+++ b/home/ebisu/meta/editor/default.nix
@@ -0,0 +1,12 @@
+{ pkgs, config, ... }:
+{
+ imports = [ ./vscode-fhs.nix ];
+
+ home.packages = with pkgs; [
+ emacs
+ neovide
+ # jetbrains.clion
+ lunarvim
+ zed-editor
+ ];
+}