mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: switch to nvim
🦤
This commit is contained in:
parent
1791ac1261
commit
ba42ceacb3
1 changed files with 8 additions and 3 deletions
|
|
@ -10,10 +10,8 @@
|
|||
|
||||
home.sessionVariables = let
|
||||
fishCfg = config.programs.fish;
|
||||
helixCfg = config.programs.helix;
|
||||
in {
|
||||
"SHELL" = lib.mkIf fishCfg.enable (lib.getExe fishCfg.package);
|
||||
"EDITOR" = lib.getExe helixCfg.package;
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
@ -33,6 +31,10 @@
|
|||
pkgs.miniserve
|
||||
pkgs.agenix
|
||||
pkgs.nix-which
|
||||
|
||||
/*
|
||||
The file picker is not ergonomic enough, sadly
|
||||
*/
|
||||
pkgs.helix
|
||||
pkgs.nushell
|
||||
|
||||
|
|
@ -65,7 +67,10 @@
|
|||
pkgs.nix-tree
|
||||
];
|
||||
programs = {
|
||||
neovim.enable = true;
|
||||
neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
emacs = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue