Update nixvim config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user