We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32effd commit 577d35bCopy full SHA for 577d35b
home-manager/helix.nix
@@ -9,7 +9,7 @@
9
programs.helix = {
10
enable = true;
11
defaultEditor = true;
12
- package = lib.mkIf fromSource (inputs.helix.packages.${pkgs.system}.default);
+ package = lib.mkIf fromSource (inputs.helix.packages.${pkgs.stdenv.hostPlatform.system}.default);
13
settings = {
14
theme = "bogsher";
15
home-manager/niri.nix
@@ -35,7 +35,7 @@
35
programs.niri.settings.xwayland-satellite.enable = true;
36
programs.niri.settings.xwayland-satellite.path =
37
lib.getExe
38
- inputs.niri.packages.${pkgs.stdenv.system}.xwayland-satellite-unstable;
+ inputs.niri.packages.${pkgs.stdenv.hostPlatform.system}.xwayland-satellite-unstable;
39
40
programs.niri.settings = {
41
input.mouse = {
0 commit comments