mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Migrate kiosk-entryway to NixOS from MX Linux
This commit is contained in:
parent
d0591e2bf3
commit
bb544798aa
9 changed files with 301 additions and 50 deletions
23
modules/hosts/nixos/kiosk-entryway/home-gene.nix
Normal file
23
modules/hosts/nixos/kiosk-entryway/home-gene.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ ... }: {
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
programs = {
|
||||
chromium = {
|
||||
enable = true;
|
||||
commandLineArgs = [
|
||||
"--app=http://192.168.22.22:8123/kiosk-entryway/immich?kiosk"
|
||||
"--kiosk"
|
||||
"--noerrdialogs"
|
||||
"--disable-infobars"
|
||||
"--no-first-run"
|
||||
"--ozone-platform=wayland"
|
||||
"--enable-features=OverlayScrollbar"
|
||||
"--start-maximized"
|
||||
"--force-dark-mode"
|
||||
"--hide-crash-restore-bubble"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue