+AZPIVERTRIEB01
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
};
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
gtk4.theme = {
|
||||
name = "Dracula";
|
||||
package = pkgs.dracula-theme;
|
||||
};
|
||||
|
||||
19
home/users/vertrieb/AZPIVERTRIEB01.nix
Normal file
19
home/users/vertrieb/AZPIVERTRIEB01.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/Fertigung"
|
||||
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
||||
"HYPRCURSOR_SIZE,32"
|
||||
"WLR_NO_HARDWARE_CURSORS,1"
|
||||
];
|
||||
exec-once = [
|
||||
"chromium --app=$WEBAPP_URL"
|
||||
];
|
||||
monitor = [
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user