Update nixvim config

This commit is contained in:
Weckyy702
2026-03-11 18:45:27 +01:00
parent e6c80668cd
commit 5a89753893
10 changed files with 62 additions and 61 deletions

View File

@@ -8,7 +8,6 @@ top @ { config
inputs.nixvim.homeModules.nixvim
inputs.catppuccin.homeModules.catppuccin
inputs.spicetify-nix.homeManagerModules.default
./nixvim
./borgmatic.nix
./ssh.nix
];
@@ -37,6 +36,10 @@ top @ { config
gdb
];
home.sessionVariables = {
EDITOR = "nvim";
};
home.pointerCursor =
let
size = 24;
@@ -73,6 +76,11 @@ top @ { config
#TODO: GDB configuration
programs.nixvim = {
enable = true;
imports = [ ./nixvim ];
};
programs.thunderbird = {
enable = true;
profiles.default.isDefault = true;