1
Fork 0

Fix lapetus again

- remove lapetus home manager usage
- try to fix nixos hardware import error
This commit is contained in:
prescientmoon 2024-10-11 12:40:05 +02:00
parent 5f8f646ae1
commit f64c0e35bf
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
4 changed files with 10 additions and 14 deletions
home/features/neovim

View file

@ -51,6 +51,7 @@ let
list = false; # I don't want to show things like tabs
cmdheight = 0; # Hide command line when it's not getting used
spell = true; # Spell checker
signcolumn = "yes"; # Keeps the sign column of a consistent width
# tcqj are there by default, and "r" automatically continues comments on enter
formatoptions = "tcqjr";