add ld and captive

This commit is contained in:
Johannes Jöns 2024-07-12 18:25:09 +02:00
parent d5cbe31c02
commit 1ccd15c5e6

View file

@ -96,4 +96,12 @@
};
boot.initrd.systemd.enable = true;
programs.captive-browser = {
enable = true;
interface = "wlp5s0";
};
programs.nix-ld = {
enable = true;
libraries = with pkgs; [];
};
}