Compare commits

..

No commits in common. "229d78d0d655fce9b7ccd80b4fb6516a13624a2b" and "a89def33457e840d64287dfda170062c6fb2ff8e" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -21,7 +21,7 @@
# compatibility # compatibility
wineWowPackages.waylandFull winetricks wineWowPackages.waylandFull winetricks
# misc # misc
bat file which tree prismlauncher yt-dlp wl-screenrec bat file which tree prismlauncher yt-dlp gpu-screen-recorder gpu-screen-recorder-gtk
] ++ (with pkgs.my; [ ] ++ (with pkgs.my; [
# none yet # none yet
]) ++ (with pkgs.gnome; [ ]) ++ (with pkgs.gnome; [

View file

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