This commit is contained in:
parent
57b0275c04
commit
5ad1f4e497
5 changed files with 18 additions and 15 deletions
|
|
@ -38,7 +38,9 @@ in
|
|||
|
||||
]);
|
||||
programs.helix = {
|
||||
package = inputs.helix.packages.${pkgs.system}.default;
|
||||
# the flake is really slow to download bc it does like 1000 builtins.fetchTree
|
||||
# just switch back to using what's in nixpkgs until stuff gets annoying
|
||||
# package = inputs.helix.packages.${pkgs.system}.default;
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue