hypr/sway: remove cliphist

This commit is contained in:
Aly Raffauf 2024-06-01 20:45:25 -04:00
parent c768eeacde
commit f313a42a17
3 changed files with 0 additions and 4 deletions

View file

@ -343,8 +343,6 @@
then "true"
else "${wallpaperd}";
}
{command = ''${lib.getExe' pkgs.wl-clipboard "wl-paste"} --type image --watch ${lib.getExe pkgs.cliphist} store'';}
{command = ''${lib.getExe' pkgs.wl-clipboard "wl-paste"} --type text --watch ${lib.getExe pkgs.cliphist} store'';}
{command = "${fileManager} --daemon";}
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
{command = "${idled}";}

View file

@ -25,7 +25,6 @@
defaultApps.enable = lib.mkDefault true;
};
};
services.cliphist.enable = lib.mkDefault true;
dconf = {
enable = true;

View file

@ -53,7 +53,6 @@
};
hyprland.enable = true;
sway.enable = true;
};
apps = {
steam.enable = true;