+AZPILOGISTIK05

This commit is contained in:
2025-12-17 08:25:11 +01:00
parent 9abd04529b
commit 8960f59f0d
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
config,
lib,
inputs,
...
}: {
imports = [
../common
./home.nix
];
wayland.windowManager.hyprland.settings = {
env = [
"WEBAPP_URL,http://192.168.152.98:4711/login/logistik-pack"
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
"HYPRCURSOR_SIZE,32"
"WLR_NO_HARDWARE_CURSORS,1"
];
exec-once = [
"chromium --app=$WEBAPP_URL"
];
};
}