fix(nix): warnings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user