working system on lilith-pad

This commit is contained in:
Lilith 2025-03-17 17:02:35 +01:00
parent d0cfc40985
commit 56ea69ea23
Signed by: lilith
GPG key ID: 8712A0F317C37175
8 changed files with 655 additions and 129 deletions

View file

@ -1,6 +1,8 @@
{lib, ...}: let
{ lib, ... }:
let
mkHostOverride = lib.mkOverride 75;
in {
in
{
system.stateVersion = "24.11";
desktop.enable = true;
@ -11,7 +13,7 @@ in {
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
monitor = mkHostOverride [
"eDP-1, 1920x1080, 0x0, 1"
", perferred, auto, 1"
", preferred, auto, 1"
];
};
}