+AZPIVERTRIEB01

This commit is contained in:
2026-03-26 13:57:30 +01:00
parent 745f85e8b8
commit a9329c8adc
7 changed files with 93 additions and 22 deletions

View File

@@ -0,0 +1,19 @@
{...}: {
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 = [
];
};
}