remove neovim
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user