mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
regular helix
This commit is contained in:
parent
bc0da065db
commit
e7caea58df
3 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue