Create device-specific hyprland config
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
monitor = ",preferred,auto,1.5";
|
||||
|
||||
"$mod" = "SUPER";
|
||||
"$terminal" = "kitty";
|
||||
"$fileManager" = "dolphin";
|
||||
|
||||
5
modules/window_managers/hyprland/z790prors.nix
Normal file
5
modules/window_managers/hyprland/z790prors.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.hyprland.settings.monitor = ",preferred,3440x1440@164.90Hz,1.33333";
|
||||
}
|
||||
Reference in New Issue
Block a user