mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat(adrastea): explicitly set hyprlock monitor
This commit is contained in:
parent
63ce16d446
commit
c308976fe7
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
|
||||
# "eDP-1,2560x1440@165,0x0,1.6"
|
||||
|
@ -16,4 +16,5 @@
|
|||
];
|
||||
|
||||
programs.waybar.settings.mainBar.output = "HDMI-A-1";
|
||||
programs.hyprlock.settings.background.monitor = lib.mkForce "HDMI-A-1";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue