Disable cliphist until fix upstream
This commit is contained in:
parent
7e02911606
commit
d54bcb449a
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue