mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: made helix the default editor
This commit is contained in:
parent
be3e8e10e2
commit
2b80fa8a3a
1 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, flake, ... }:
|
||||
{
|
||||
pkgs,
|
||||
flake,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.people) user0;
|
||||
in
|
||||
|
|
@ -15,11 +20,12 @@ in
|
|||
just
|
||||
virt-manager
|
||||
imagemagick
|
||||
helix
|
||||
;
|
||||
};
|
||||
variables = {
|
||||
VIDEO_PLAYER = "mpv";
|
||||
EDITOR = "hx";
|
||||
EDITOR = lib.getExe pkgs.helix;
|
||||
TERM = "ghostty";
|
||||
XDG_DOWNLOAD_DIR = "/home/${user0}/downloads";
|
||||
NIXPKGS_ALLOW_INSECURE = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue