diff --git a/home/enoko.nix b/home/enoko.nix index b6bad2e..5e52877 100644 --- a/home/enoko.nix +++ b/home/enoko.nix @@ -4,4 +4,20 @@ ./global.nix ./desktop/hyprland ]; + + config.monitors = [ + { + name = "eDP-1"; + width = 2256; + height = 1504; + workspace = "1"; + primary = true; + position = "0x0"; + } + ]; + # Fix HiDPI scaling + config.wayland.windowManager.hyprland = { + settings.xwayland.force_zero_scaling = true; + settings.env = "GDK_SCALE,2"; + }; } diff --git a/nixos/enoko/configuration.nix b/nixos/enoko/configuration.nix index e2ccd03..8b0b480 100644 --- a/nixos/enoko/configuration.nix +++ b/nixos/enoko/configuration.nix @@ -56,6 +56,7 @@ layout = "us"; xkbVariant = ""; }; + services.fwupd.enable = true; users.users = { lu = {