feat(sway): use clipman service

This commit is contained in:
winston 2023-07-06 09:22:13 +02:00
parent b3dcc16653
commit 983e500f40
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -26,7 +26,6 @@ in {
home = lib.mkIf isLinux { home = lib.mkIf isLinux {
packages = with pkgs; [ packages = with pkgs; [
blueberry blueberry
clipman
libnotify libnotify
pavucontrol pavucontrol
sway-contrib.grimshot sway-contrib.grimshot
@ -36,6 +35,7 @@ in {
}; };
services = lib.mkIf isLinux { services = lib.mkIf isLinux {
clipman.enable = true;
darkman = { darkman = {
enable = true; enable = true;
config = { config = {
@ -73,9 +73,6 @@ in {
{ {
command = "1password --silent"; command = "1password --silent";
} }
{
command = "wl-paste -t text --watch clipman store";
}
{ {
command = '' command = ''
swayidle -w \ swayidle -w \