This commit is contained in:
Spectre 2025-03-16 19:17:05 +01:00
parent 597bd5cc75
commit d185bdd9aa
2 changed files with 54 additions and 1 deletions

View file

@ -1,2 +1,15 @@
{...}: {
{lib, ...}: let
mkHostOverride = lib.mkOverride 75;
in {
desktop.enable = true;
gaming.enable = false;
nfs.client.enable = true;
auto_styling.enable = true;
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
monitor = mkHostOverride [
"eDP-1, 1920x1080, 0x0, 1"
", perferred, auto, 1"
];
};
}