22 lines
490 B
Nix
22 lines
490 B
Nix
{...}: {
|
|
imports = [
|
|
../../common
|
|
../../common/pi-base.nix
|
|
];
|
|
wayland.windowManager.hyprland.settings = {
|
|
env = [
|
|
"WEBAPP_URL,http://192.168.152.98:4711/login/logistik-pick"
|
|
"WEBAPP_URL1,http://192.168.152.98:4711/login/logistik-pack"
|
|
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
|
"HYPRCURSOR_SIZE,32"
|
|
"WLR_NO_HARDWARE_CURSORS,1"
|
|
];
|
|
exec-once = [
|
|
"start-browsers"
|
|
];
|
|
monitor = [
|
|
"HDMI-A-1,1920x1080,0x0,1"
|
|
];
|
|
};
|
|
}
|