home/modules/captive-browser: init module

starting with Chrome/ Chromium only by copying command from
https://github.com/FiloSottile/captive-browser/
This commit is contained in:
Trolli Schmittlauch 2025-07-30 21:24:38 +02:00
parent 633c93f1e0
commit 18adff4c52
3 changed files with 83 additions and 0 deletions

View file

@ -11,6 +11,7 @@
./modules/packages.nix
./modules/vscodium.nix
./modules/fonts.nix
./modules/captive-browser.nix
];
home.homeDirectory =
if pkgs.stdenv.isDarwin then "/Users/${config.home.username}" else "/home/${config.home.username}";