cleanup script changes and fixing openssl

This commit is contained in:
cnst
2024-09-15 10:51:37 +02:00
parent 8b8242a23d
commit dc4060057e
7 changed files with 363 additions and 150 deletions

View File

@@ -20,7 +20,8 @@ in {
config = mkIf cfg.enable {
programs.helix = {
enable = true;
package = inputs.helix.packages.${pkgs.system}.default;
# package = inputs.helix.packages.${pkgs.system}.default;
package = inputs.helix-flake.packages.${pkgs.system}.default;
settings = {
theme = "gruvbox_custom";