mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
11 lines
185 B
Nix
11 lines
185 B
Nix
_: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
exec-once = [
|
|
"qtbatticon" # custom battery tray
|
|
];
|
|
monitor = [
|
|
"eDP-1, highres@highrr, 0x0, 1"
|
|
];
|
|
};
|
|
}
|