mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Inline default editor decl
This commit is contained in:
parent
563b712caf
commit
eecce181b4
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
{ lib, pkgs, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate
|
||||
|
||||
(homeConfiguration "nixos" {
|
||||
programs.nushell = {
|
||||
environmentVariables.EDITOR = "hx";
|
||||
};
|
||||
programs.nushell.environmentVariables.EDITOR = "hx";
|
||||
|
||||
programs.helix = enabled {
|
||||
settings.theme = "gruvbox_dark_hard";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue