Compare commits
2 commits
a89def3345
...
229d78d0d6
Author | SHA1 | Date | |
---|---|---|---|
229d78d0d6 | |||
9c71e3133c |
2 changed files with 3 additions and 1 deletions
|
@ -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; [
|
||||
|
|
|
@ -9,6 +9,8 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
user.packages = with pkgs.gnome; [ seahorse ];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue