modules/browsers: remove librewolfs without container
This commit is contained in:
parent
1e2e4aa397
commit
bd12213e4a
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ 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