mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 12:11:56 -07:00
s/pkgs.system/pkgs.hostPlatform.system/g
This commit is contained in:
committed by
Mihai Fufezan
parent
a33ecec61e
commit
0b26b1eed6
@@ -5,7 +5,7 @@ self: {
|
||||
...
|
||||
}: let
|
||||
cfg = config.wayland.windowManager.hyprland;
|
||||
defaultHyprlandPackage = self.packages.${pkgs.system}.default.override {
|
||||
defaultHyprlandPackage = self.packages.${pkgs.hostPlatform.system}.default.override {
|
||||
enableXWayland = cfg.xwayland.enable;
|
||||
hidpiXWayland = cfg.xwayland.hidpi;
|
||||
nvidiaPatches = cfg.nvidiaPatches;
|
||||
|
Reference in New Issue
Block a user