modules/browsers: add librewolf to host
This commit is contained in:
parent
4dcbaa3656
commit
b6ac86a1e5
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkIf isEnable {
|
config = lib.mkIf isEnable {
|
||||||
environment.systemPackages = hostPackages;
|
environment.systemPackages = hostPackages
|
||||||
|
++ lib.optional cfg.librewolf.enable cfg.librewolf.package;
|
||||||
|
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
systemWide = true;
|
systemWide = true;
|
||||||
|
|
Loading…
Reference in a new issue