diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 1f8ca2e..744ae01 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -41,6 +41,8 @@ # Enable networking networking.networkmanager.enable = true; + services.gnome3.gnome-keyring.enable = true; + security.polkit.enable = true; security.pam.services.swaylock = {};