fixed some host-specific config

This commit is contained in:
Emmet 2025-03-08 16:36:47 -06:00
parent c4dcf59357
commit c33d75a1be
4 changed files with 28 additions and 7 deletions

View file

@ -41,7 +41,7 @@
# style
stylix = {
enable = true;
theme = "ayu-dark";
theme = "io";
};
};

View file

@ -43,6 +43,10 @@
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
settings = {
animations = {
enabled = "no";
};
monitor = [
"eDP-1,1920x1080@60,0x0,1"
];