Files
nixos/hostsModules/laptop/home-manager/hyprland.nix
T

11 lines
185 B
Nix

_: {
wayland.windowManager.hyprland.settings = {
exec-once = [
"qtbatticon" # custom battery tray
];
monitor = [
"eDP-1, highres@highrr, 0x0, 1"
];
};
}