From a19ac657b8e60f8d3cb9caac66ae15eb7ba954a7 Mon Sep 17 00:00:00 2001 From: Kaito T Lex Date: Sun, 27 Apr 2025 16:20:54 -0700 Subject: [PATCH] feat(shiroko): display scaling --- flake.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4fba3ff..6293fc0 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,6 @@ }; ucodenix = { url = "github:e-tho/ucodenix"; - inputs.nixpkgs.follows = "nixpkgs"; }; wallpapers = { url = "github:kaitotlex/wallpaper"; @@ -81,7 +80,14 @@ inherit inputs; }; users.kaitotlex = { - imports = [ ./users/kaitotlex ]; + imports = [ + ./users/kaitotlex + { + wayland.windowManager.hyprland.settings.monitor = [ + "eDP-1,1920x1200@120,0x0,1.25" + ]; + } + ]; }; }; }