From dd96a710763a06818678b928ae06352095da5a53 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Wed, 17 Dec 2025 17:00:59 -0800 Subject: [PATCH] feat: koishi gets hypr --- systems/koishi.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/systems/koishi.nix b/systems/koishi.nix index 0cd4e9bf..c245150d 100644 --- a/systems/koishi.nix +++ b/systems/koishi.nix @@ -60,7 +60,8 @@ _: let secureboot ]) ++ (with tree.nixos.environments; [ - niri + #niri + hyprland ]); config = { home-manager.users.kat = { @@ -71,18 +72,20 @@ _: let "rating:s" ]; }; - niri.settings = { - outputs = { - "eDP-1".scale = 1.00; - }; - }; + # niri.settings = { + # outputs = { + # "eDP-1".scale = 1.00; + # }; + # }; }; imports = (with tree.home.profiles; [ graphical + tiling ]) ++ (with tree.home.environments; [ - niri + #niri + hyprland ]); };