Compare commits

...

2 commits

2 changed files with 3 additions and 1 deletions

View file

@ -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; [

View file

@ -9,6 +9,8 @@ in {
};
config = mkIf cfg.enable {
user.packages = with pkgs.gnome; [ seahorse ];
services.gnome.gnome-keyring.enable = true;
};
}