mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
9 lines
179 B
Nix
9 lines
179 B
Nix
_: {
|
|
imports = [ ../home.nix ];
|
|
|
|
home.stateVersion = "23.11";
|
|
|
|
custom.theme = "dark";
|
|
|
|
wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@180,0x0,1" ];
|
|
}
|