Remove goose and set helix as default editor

This commit is contained in:
Filippo Berto 2025-12-11 16:06:22 +01:00
parent a4956ffbd3
commit 1b5b23ac9e
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
3 changed files with 1 additions and 92 deletions

View file

@ -6,6 +6,7 @@
inherit (pkgs) nil; # Nix language server
# inherit desktopItem;
};
sessionVariables = { EDITOR = "hx"; };
};
programs.helix = {
enable = true;