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:
parent
633c93f1e0
commit
18adff4c52
3 changed files with 83 additions and 0 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue