mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Use unstable.helix rather than flake input
This commit is contained in:
parent
666e81765c
commit
c0f1512489
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.helix.packages.${pkgs.system}.default;
|
package = pkgs.unstable.helix;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin_macchiato";
|
theme = "catppuccin_macchiato";
|
||||||
editor = {
|
editor = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue