Compare commits

..

5 commits

Author SHA1 Message Date
f6fe4ec23f
Onizuka, remove timers and lutris 2026-03-12 10:55:11 -07:00
026c4fb0d2
Lutris, switch to wineWow64 from wineWow 2026-03-12 10:55:11 -07:00
481a3c6ec0
Ssh, disable DefaultConfig to supress warning 2026-03-12 10:55:11 -07:00
bd167a504a
Onizuka, update neovim config to match update 2026-03-12 10:55:11 -07:00
bc2b23ca01
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 81 instead of 80
- Treesitter plugins may not be integrated correctly
2026-03-12 10:55:00 -07:00
3 changed files with 4 additions and 10 deletions

View file

@ -8,7 +8,7 @@
config = lib.mkIf config.lutris.enable {
home.packages = with pkgs; [
lutris
wineWowPackages.stable
wineWow64Packages.stable
# (lutris.override {
# extraLibraries = pkgs: [
# # List library dependencies here

View file

@ -117,9 +117,7 @@
{ name = "path"; }
{ name = "buffer"; }
] ++ lib.optional luasnip.enable { name = "cmp-luasnip"; };
mapping = with config.lib.nixvim; {
"<C-Space>" = mkRaw "cmp.mapping.abort()";
"<Tab>" = mkRaw
"cmp.mapping(cmp.mapping.select_next_item(), {'i', 's'})";
"<S-Tab>" = mkRaw

View file

@ -38,8 +38,6 @@
};
};
timer.enableHourly = true;
timer.enableQuarterly = true;
colors.enable = true;
manpages.enable = true;
trash.enable = true;
@ -94,6 +92,4 @@
gimp.enable = true;
discord.enable = true;
lutris.enable = true;
}