Various fixes and move to hyprland lua config

This commit is contained in:
2026-06-13 23:05:38 +02:00
parent a353993421
commit 105fa3a0ae
6 changed files with 133 additions and 118 deletions

View File

@@ -3,6 +3,8 @@
{
programs.neovim = {
enable = true;
withRuby = false;
withPython3 = false;
defaultEditor = true;
extraLuaPackages = ps: [ ps.magick ];
extraPackages = [
@@ -27,7 +29,7 @@
image-nvim
];
extraLuaConfig = ''
initLua = ''
vim.cmd("colorscheme catppuccin-mocha")
-- Basic settings
vim.o.number = true