Commit graph

4 commits

Author SHA1 Message Date
b0093ef58f remove deprecated system passing
fixes
'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'

Wherever possible, it's best to reference the hostPlatform of the
nixpkgs instance directly via `config`. This is only possible in NixOS
systems though, for standalon home-manager configs we need to get that
value through `pkgs.stdenv`.
2025-12-29 02:25:50 +01:00
97e3a87d12 home/captive-browser: update chrome args to replace deprecated args
taken from https://github.com/FiloSottile/captive-browser/pull/32
2025-08-29 10:16:09 +02:00
9f43d64f49 home/modules/captive-browser: linux DHCP command, default option priority
let's just hardcode dhcpcd under Linux.

untested.
2025-07-30 21:45:17 +02:00
18adff4c52 home/modules/captive-browser: init module
starting with Chrome/ Chromium only by copying command from
https://github.com/FiloSottile/captive-browser/
2025-07-30 21:24:38 +02:00