diff --git a/hosts/goopnet-interface/default.nix b/hosts/goopnet-interface/default.nix index 04edbf5..ab96dc9 100755 --- a/hosts/goopnet-interface/default.nix +++ b/hosts/goopnet-interface/default.nix @@ -21,7 +21,7 @@ # compatibility wineWowPackages.waylandFull winetricks # misc - bat file which tree prismlauncher yt-dlp gpu-screen-recorder gpu-screen-recorder-gtk + bat file which tree prismlauncher yt-dlp wl-screenrec ] ++ (with pkgs.my; [ # none yet ]) ++ (with pkgs.gnome; [ diff --git a/modules/desktop/gnome-keyring.nix b/modules/desktop/gnome-keyring.nix index 7ae4ab6..e45494b 100644 --- a/modules/desktop/gnome-keyring.nix +++ b/modules/desktop/gnome-keyring.nix @@ -9,6 +9,8 @@ in { }; config = mkIf cfg.enable { + user.packages = with pkgs.gnome; [ seahorse ]; + services.gnome.gnome-keyring.enable = true; }; }