mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
add ld and captive
This commit is contained in:
parent
d5cbe31c02
commit
1ccd15c5e6
1 changed files with 8 additions and 0 deletions
|
@ -96,4 +96,12 @@
|
|||
};
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
programs.captive-browser = {
|
||||
enable = true;
|
||||
interface = "wlp5s0";
|
||||
};
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue