dsiable hyprland

This commit is contained in:
Kopatz
2024-05-09 10:07:29 +02:00
parent b44c1416c8
commit 551ee3848c
4 changed files with 26 additions and 8 deletions

View File

@@ -18,13 +18,16 @@ in
#
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor = [
monitor = if osConfig.networking.hostName == "kop-pc" then [
# PC
"HDMI-A-1,1920x1080@60,0x0,1"
"DP-1,2560x1440@144,1920x0,1"
"DP-1,2560x1440@165,1920x0,1"
"Unknown-1,disable"
] else if osConfig.networking.hostName == "nix-laptop" then [
# laptop
"eDP-1,3840x2160@60,0x0,2"
"DP-3,1920x1080@60,1920x0,1"
] else [
# Default
",preferred,auto,auto"
];
@@ -38,7 +41,7 @@ in
# source = ~/.config/hypr/myColors.conf
# Some default env vars.
env = "XCURSOR_SIZE,24";
env = [ "XCURSOR_SIZE,24" "NIXOS_OZONE_WL,1" ];
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input = {