Files
AZ-NIX/home/users/vertrieb/AZPIVERTRIEB01.nix
2026-03-26 13:57:30 +01:00

20 lines
398 B
Nix

{...}: {
imports = [
../../common
../../common/pi-base.nix
];
wayland.windowManager.hyprland.settings = {
env = [
"WEBAPP_URL,http://192.168.152.98:4711/login/Fertigung"
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
"HYPRCURSOR_SIZE,32"
"WLR_NO_HARDWARE_CURSORS,1"
];
exec-once = [
"chromium --app=$WEBAPP_URL"
];
monitor = [
];
};
}