1
Fork 0
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:
RGBCube 2023-11-11 21:07:32 +03:00
parent 563b712caf
commit eecce181b4
No known key found for this signature in database

View file

@ -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";