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 {
|
||||
environment.systemPackages = hostPackages
|
||||
++ lib.optional cfg.librewolf.enable cfg.librewolf.package;
|
||||
environment.systemPackages = hostPackages;
|
||||
|
||||
hardware.pulseaudio = {
|
||||
systemWide = true;
|
||||
|
|
Loading…
Reference in a new issue