updated flake inputs

This commit is contained in:
2026-02-18 15:52:27 -05:00
parent 79ffcea64b
commit b188e29dfd
19 changed files with 1616 additions and 316 deletions

View File

@@ -6,9 +6,11 @@
config = lib.mkIf config.movOpts.programConfigs.gitConfig.enable {
programs.git = {
enable = true;
userEmail = "kylerclay@proton.me";
userName = "${username}";
extraConfig = {
settings = {
user = {
email = "kylerclay@proton.me";
name = "${username}";
};
core.pager = "delta";
interactive.diffFilter = "delta --color-only";
delta.navigate = "true";

View File

@@ -42,6 +42,7 @@ in {
vim.g.vimwiki_list = {{path = '~/vimwiki/', syntax = 'markdown', ext = '.md'}}
vim.opt.number = true
vim.opt.autochdir = false
vim.opt.relativenumber = true
vim.opt.hlsearch = true
vim.opt.incsearch = true

View File

@@ -77,6 +77,7 @@
jsonls.enable = true;
lua_ls.enable = true;
marksman.enable = true;
csharp_ls.enable = true;
rust_analyzer = {
enable = true;
installCargo = false;

View File

@@ -6,6 +6,7 @@
defaults = {
file_ignore_patterns = [
"%.snap"
"^%.git/"
];
};
pickers = {