flake lock and some nix settings

This commit is contained in:
2025-03-27 20:02:42 +01:00
parent 5cc0b3f251
commit 6a6e562875
6 changed files with 65 additions and 78 deletions

View File

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