remove neovim

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-11-17 21:03:50 -05:00
parent 116e757499
commit f3e9f9e031
28 changed files with 34 additions and 686 deletions

View File

@@ -19,17 +19,15 @@
home.sessionVariables = {
EDITOR = "nvim";
ZK_NOTEBOOK_DIR = "\${HOME}/zk";
};
programs = {
direnv = {
enable = true;
enableZshIntegration = true; # see note on other shells below
enableZshIntegration = true;
nix-direnv.enable = true;
};
java = {
enable = true;
};
zk = {
enable = true;
settings = {
@@ -38,10 +36,9 @@
};
};
};
};
home.sessionVariables = {
ZK_NOTEBOOK_DIR = "\${HOME}/zk";
go = {
enable = true;
};
};
home.packages = with pkgs; [
@@ -67,7 +64,6 @@
glow
gcc
nchat
go
emanote
];