mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
15 lines
285 B
Nix
15 lines
285 B
Nix
_: {
|
|
imports = [ ../home.nix ];
|
|
|
|
home.stateVersion = "24.11";
|
|
|
|
custom = {
|
|
theme = "light";
|
|
programs.brightnessctl.enable = true;
|
|
};
|
|
|
|
wayland.windowManager.hyprland.settings.monitor = [
|
|
"eDP-1,2880x1920@120,0x0,2,vrr,2"
|
|
",preferred,auto,1,mirror,eDP-1"
|
|
];
|
|
}
|