working devShell!

This commit is contained in:
vali 2024-07-22 00:05:07 +02:00
commit 10f4b7b134
11 changed files with 21 additions and 19 deletions

View file

@ -13,7 +13,7 @@ in {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/vali/repos/nichts";
flake = "/home/vali/projects/nichts";
};
};
}

View file

@ -51,4 +51,3 @@ in {
# extraConfig = ./kakrc;
};
}

View file

@ -1,4 +1,4 @@
_:{
_: {
programs.neovim-flake.settings.vim = {
assistant.copilot = {
enable = false;

View file

@ -1,16 +1,15 @@
_:{
_: {
programs.neovim-flake.settings.vim = {
autocomplete = {
enable = true;
type = "nvim-cmp";
mappings = {
# close = "<C-e>";
# confirm = "<tab>";
# confirm = "<tab>";
next = "<C-n>";
previous = "<C-p>";
scrollDocsDown = "<C-j>";
scrollDocsUp = "<C-k>";
};
};
};

View file

@ -1,4 +1,4 @@
_:{
_: {
programs.neovim-flake.settings.vim = {
binds = {
whichKey.enable = true;

View file

@ -3,7 +3,7 @@
in {
programs.neovim-flake.settings.vim = {
notify = {
nvim-notify.enable = true;
nvim-notify.enable = true;
};
};
}