chore: make default editor neovim
This commit is contained in:
parent
ef6adba668
commit
4cdf9c5baf
2 changed files with 12 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue