mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
12 lines
229 B
Nix
12 lines
229 B
Nix
{
|
|
imports = [ ../home.nix ];
|
|
|
|
home.stateVersion = "24.11";
|
|
|
|
myConfig.theme = "light";
|
|
|
|
wayland.windowManager.hyprland.settings.monitor = [
|
|
"eDP-1,2880x1920@120,0x0,2,vrr,1"
|
|
",preferred,auto,1,mirror,eDP-1"
|
|
];
|
|
}
|