mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
hypr/sway: remove cliphist
This commit is contained in:
parent
c768eeacde
commit
f313a42a17
|
@ -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}";}
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
defaultApps.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
services.cliphist.enable = lib.mkDefault true;
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
};
|
||||
hyprland.enable = true;
|
||||
sway.enable = true;
|
||||
|
||||
};
|
||||
apps = {
|
||||
steam.enable = true;
|
||||
|
|
Loading…
Reference in a new issue