refactor: remove unnecessary system specialArg

This commit is contained in:
Youwen Wu 2024-08-26 01:47:06 -07:00
parent b1201b90cb
commit dd5715083a
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 4 additions and 7 deletions

View file

@ -1,8 +1,8 @@
{
inputs,
system,
pkgs,
...
}: {
wayland.windowManager.hyprland.settings.monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"];
wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${system}.hyprland;
wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${pkgs.system}.hyprland;
}