added AZPIPRODUKTION / restructure user folders
This commit is contained in:
22
home/users/logistik/AZPILOGISTIK01.nix
Normal file
22
home/users/logistik/AZPILOGISTIK01.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../../common
|
||||
../../common/pi-base.nix
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
env = [
|
||||
"WEBAPP_URL,http://192.168.152.98:4711/login/logistik-pick-master"
|
||||
"WEBAPP_URL1,http://192.168.152.98:4711/login/logistik-pack-master"
|
||||
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
||||
"HYPRCURSOR_SIZE,32"
|
||||
"WLR_NO_HARDWARE_CURSORS,1"
|
||||
];
|
||||
exec-once = [
|
||||
"start-browsers"
|
||||
];
|
||||
workspace = [
|
||||
"1, monitor:HDMI-A-1, default:true"
|
||||
"2, monitor:HDMI-A-2"
|
||||
];
|
||||
};
|
||||
}
|
||||
21
home/users/logistik/AZPILOGISTIK02.nix
Normal file
21
home/users/logistik/AZPILOGISTIK02.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{...}: {
|
||||
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"
|
||||
];
|
||||
};
|
||||
}
|
||||
19
home/users/logistik/AZPILOGISTIK03.nix
Normal file
19
home/users/logistik/AZPILOGISTIK03.nix
Normal 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/logistik-pack"
|
||||
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
||||
"HYPRCURSOR_SIZE,32"
|
||||
"WLR_NO_HARDWARE_CURSORS,1"
|
||||
];
|
||||
exec-once = [
|
||||
"chromium --app=$WEBAPP_URL"
|
||||
];
|
||||
monitor = [
|
||||
];
|
||||
};
|
||||
}
|
||||
17
home/users/logistik/AZPILOGISTIK04.nix
Normal file
17
home/users/logistik/AZPILOGISTIK04.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../../common
|
||||
../../common/pi-base.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"
|
||||
];
|
||||
};
|
||||
}
|
||||
17
home/users/logistik/AZPILOGISTIK05.nix
Normal file
17
home/users/logistik/AZPILOGISTIK05.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../../common
|
||||
../../common/pi-base.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"
|
||||
];
|
||||
};
|
||||
}
|
||||
22
home/users/logistik/AZPILOGISTIKTEST.nix
Normal file
22
home/users/logistik/AZPILOGISTIKTEST.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../../common
|
||||
../../common/pi-base.nix
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
env = [
|
||||
"WEBAPP_URL,http://192.168.152.98:4711/login/logistik-pick-master"
|
||||
"WEBAPP_URL1,http://192.168.152.98:4711/login/logistik-pack-master"
|
||||
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
||||
"HYPRCURSOR_SIZE,32"
|
||||
"WLR_NO_HARDWARE_CURSORS,1"
|
||||
];
|
||||
exec-once = [
|
||||
"start-browsers"
|
||||
];
|
||||
workspace = [
|
||||
"1, monitor:HDMI-A-1, default:true"
|
||||
"2, monitor:HDMI-A-2"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user