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 # Software
helix = { # helix = {
url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44"; # url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44";
}; # };
niri = { niri = {
url = "github:sodiboo/niri-flake"; url = "github:sodiboo/niri-flake";
@ -49,7 +49,7 @@
determinate, determinate,
home-manager, home-manager,
darwin, darwin,
helix, # helix,
niri, niri,
noctalia, noctalia,
quickshell, quickshell,

View file

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

View file

@ -3,7 +3,7 @@
modifications = final: prev: { modifications = final: prev: {
mods = { 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: { # helix = inputs.helix.packages.${final.system}.helix.overrideAttrs (finalAttrs: oldAttrs: {
# patches = # patches =
# oldAttrs.patches # oldAttrs.patches