nixos-mod/frontend: add captive-browser

main
Felix Stupp 2 months ago
parent 2fe58ce1d0
commit 36c7626ab6
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -78,6 +78,7 @@
# hardware
hardware.cpu.type = "intel";
hardware.graphics.intel.enable = true;
programs.captive-browser.interface = "wlp0s20f3";
}
{
# as currently installed

@ -109,6 +109,11 @@ in
programs = {
captive-browser = {
enable = true;
bindInterface = true;
};
firefox = {
enable = true;
policies = {
@ -481,7 +486,6 @@ in
# TODO wishlist:
# - enable & disable touch keyboard automatically based on convertable status
# - programs.captive-browser
# - https://github.com/cynicsketch/nix-mineral (NixOS hardening)
# - programs.mepo
# - programs.autojump

Loading…
Cancel
Save