feat: koishi gets hypr

This commit is contained in:
Kat Inskip 2025-12-17 17:00:59 -08:00
parent b5b91081ad
commit dd96a71076

View file

@ -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
]);
};