mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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
|
{ lib, pkgs, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate
|
||||||
|
|
||||||
(homeConfiguration "nixos" {
|
(homeConfiguration "nixos" {
|
||||||
programs.nushell = {
|
programs.nushell.environmentVariables.EDITOR = "hx";
|
||||||
environmentVariables.EDITOR = "hx";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.helix = enabled {
|
programs.helix = enabled {
|
||||||
settings.theme = "gruvbox_dark_hard";
|
settings.theme = "gruvbox_dark_hard";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue