WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
3 changed files with 8 additions and 1 deletions
Showing only changes of commit f4c7e18482 - Show all commits

View file

@ -22,5 +22,8 @@ g.neovide_cursor_vfx_mode = "railgun"
-- Enable dark/light theme detection -- Enable dark/light theme detection
g.neovide_theme = "auto" g.neovide_theme = "auto"
-- Confirm quit
g.neovide_confirm_quit = true
-- Set font -- Set font
--o.guifont = "Hack Nerd Font Mono:h15" --o.guifont = "Hack Nerd Font Mono:h15"

View file

@ -0,0 +1,5 @@
return {
"yutkat/confirm-quit.nvim",
event = "CmdlineEnter",
config = true,
}

View file

@ -19,7 +19,6 @@ return {
action = "Telescope find_files", action = "Telescope find_files",
key = "f", key = "f",
}, },
{ icon = "", desc = "Quit", action = "q", key = "q" },
}, },
}, },
}, },