mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: koishi gets hypr
This commit is contained in:
parent
b5b91081ad
commit
dd96a71076
1 changed files with 10 additions and 7 deletions
|
|
@ -60,7 +60,8 @@ _: let
|
||||||
secureboot
|
secureboot
|
||||||
])
|
])
|
||||||
++ (with tree.nixos.environments; [
|
++ (with tree.nixos.environments; [
|
||||||
niri
|
#niri
|
||||||
|
hyprland
|
||||||
]);
|
]);
|
||||||
config = {
|
config = {
|
||||||
home-manager.users.kat = {
|
home-manager.users.kat = {
|
||||||
|
|
@ -71,18 +72,20 @@ _: let
|
||||||
"rating:s"
|
"rating:s"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
niri.settings = {
|
# niri.settings = {
|
||||||
outputs = {
|
# outputs = {
|
||||||
"eDP-1".scale = 1.00;
|
# "eDP-1".scale = 1.00;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
imports =
|
imports =
|
||||||
(with tree.home.profiles; [
|
(with tree.home.profiles; [
|
||||||
graphical
|
graphical
|
||||||
|
tiling
|
||||||
])
|
])
|
||||||
++ (with tree.home.environments; [
|
++ (with tree.home.environments; [
|
||||||
niri
|
#niri
|
||||||
|
hyprland
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue