Disable cliphist until fix upstream

This commit is contained in:
insert 2024-10-15 18:55:21 -04:00
parent 7e02911606
commit d54bcb449a
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -12,7 +12,7 @@
#pkgs.cinny-desktop
pkgs.firefox
pkgs.kate
pkgs.cliphist
#pkgs.cliphist TODO: reenable once fixed upstream
pkgs.flameshot
pkgs.godot_4
pkgs.filezilla
@ -230,7 +230,7 @@
};
services.cliphist = {
enable = true;
enable = false; #TODO: change once fixed
allowImages = true;
};