mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
11 lines
224 B
Nix
11 lines
224 B
Nix
{
|
|
imports = [ ../home.nix ];
|
|
|
|
home.stateVersion = "23.11";
|
|
myConfig.de.theme = "light";
|
|
|
|
wayland.windowManager.hyprland.settings.monitor = [
|
|
"eDP-1,1920x1080@60,0x0,1"
|
|
",preferred,auto,1,mirror,eDP-1"
|
|
];
|
|
}
|