diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 283e464..097d236 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -2,7 +2,7 @@ { home.packages = with pkgs; [ swww - inputs.hypr-contrib.packages.${pkgs.system}.grimblast + inputs.hypr-contrib.packages.${pkgs.stdenv.hostPlatform.system}.grimblast hyprpicker grim slurp @@ -10,7 +10,7 @@ glib wayland direnv - inputs.hyprsunset.packages.${pkgs.system}.hyprsunset + inputs.hyprsunset.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset ]; # systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ]; wayland.windowManager.hyprland = { diff --git a/modules/home/packages.nix b/modules/home/packages.nix index d2e573b..93e9d3f 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -78,8 +78,8 @@ # pip install --user --break-system-packages # '') - inputs.alejandra.defaultPackage.${system} - inputs.nixvim.packages.${pkgs.system}.default + inputs.alejandra.defaultPackage.${pkgs.stdenv.hostPlatform.system} + inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default mermaid-cli gnuplot diff --git a/modules/home/packages.server.nix b/modules/home/packages.server.nix index a1ee999..4aa8f2e 100644 --- a/modules/home/packages.server.nix +++ b/modules/home/packages.server.nix @@ -27,7 +27,7 @@ wget xxd borgbackup - inputs.alejandra.defaultPackage.${system} - inputs.nixvim.packages.${pkgs.system}.default + inputs.alejandra.defaultPackage.${pkgs.stdenv.hostPlatform.system} + inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default ]; }