fix(nix): warnings

This commit is contained in:
2025-11-06 20:27:28 +01:00
parent f9f3abee19
commit 21f3c31bd3
11 changed files with 110 additions and 113 deletions

View File

@@ -23,7 +23,7 @@ in
programs.helix = {
enable = true;
# package = pkgs.helix;
package = inputs.helix-flake.packages.${pkgs.system}.default;
package = inputs.helix-flake.packages.${pkgs.stdenv.hostPlatform.system}.default;
settings = {
theme = "gruvbox_dark_hard";