Compare commits

..

3 commits

Author SHA1 Message Date
63340c2aaa
Onizuka, update neovim config to match update 2026-02-18 16:23:26 -08:00
8786575166
Neovim, switch to nixvim and mono file
This merges all the different files into one app.nix using nixvim
instead of the manual home-manager nvim management.

Behavior should be almost unchanged, with the following changes:
- Plugins now have defaults for my own personal sane default experience
- The highlighted line is now 80 instead of 81
- Treesitter plugins may not be integrated correctly
2026-02-18 16:21:03 -08:00
dcc7b97cfc
Flake, add nixvim 2026-02-18 16:20:15 -08:00

View file

@ -75,7 +75,6 @@
# inputs.lix.follows = "lix"; # inputs.lix.follows = "lix";
# }; # };
niri = { niri = {
type = "github"; type = "github";
owner = "sodiboo"; owner = "sodiboo";