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