chore: make default editor neovim

This commit is contained in:
Artur Manuel 2024-11-25 21:15:00 +00:00
commit 4cdf9c5baf
2 changed files with 12 additions and 9 deletions

View file

@ -1,12 +1,15 @@
{pkgs, ...}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
nil
statix
deadnix
alejandra
;
environment = {
systemPackages = builtins.attrValues {
inherit
(pkgs)
nil
statix
deadnix
alejandra
;
};
sessionVariables = {EDITOR = "nvim";};
};
alqueva = {
mpd = {