Updated nix flake (+ making it build) & Migration to continuwuity

This commit is contained in:
Jurn Wubben 2025-05-25 20:30:30 +02:00
parent 1bbb3dedcc
commit 1243606b55
6 changed files with 59 additions and 77 deletions

View file

@ -3,8 +3,6 @@
osConfig,
...
}: {
imports = [inputs.nvf.homeManagerModules.default];
home.sessionVariables = {EDITOR = "nvim";};
programs.nvf = {
enable = osConfig.niksos.neovim;
@ -38,7 +36,10 @@
action = "<C-w><C-${x}>";
mode = "n";
}) ["h" "j" "k" "l"];
useSystemClipboard = true;
clipboard = {
enable = true;
providers.wl-copy.enable = true;
};
binds = {
whichKey.enable = true;
cheatsheet.enable = true;