regular helix

This commit is contained in:
Tyler Mayoff 2025-10-03 20:22:15 -04:00
parent bc0da065db
commit e7caea58df
3 changed files with 6 additions and 6 deletions

View file

@ -17,9 +17,9 @@
};
# Software
helix = {
url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44";
};
# helix = {
# url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44";
# };
niri = {
url = "github:sodiboo/niri-flake";
@ -49,7 +49,7 @@
determinate,
home-manager,
darwin,
helix,
# helix,
niri,
noctalia,
quickshell,

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
programs.helix = {
enable = true;
package = pkgs.mods.helix;
# package = pkgs.mods.helix;
settings = {
theme = "base16_terminal";
editor = {

View file

@ -3,7 +3,7 @@
modifications = final: prev: {
mods = {
helix = (inputs.helix.overlays.default final prev).helix;
# helix = (inputs.helix.overlays.default final prev).helix;
# helix = inputs.helix.packages.${final.system}.helix.overrideAttrs (finalAttrs: oldAttrs: {
# patches =
# oldAttrs.patches