diff --git a/hosts/hephaestus.nix b/hosts/hephaestus.nix index 404082c..50b9d9d 100644 --- a/hosts/hephaestus.nix +++ b/hosts/hephaestus.nix @@ -2,8 +2,6 @@ config, lib, - inputs, - master, modulesPath, pkgs, unstable, @@ -66,6 +64,7 @@ }; environment.systemPackages = with pkgs; [ + bitwarden-desktop bleachbit calibre clamtk @@ -311,7 +310,6 @@ }; }; - security.rtkit.enable = true; services.pipewire.enable = true;