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"
|
then "true"
|
||||||
else "${wallpaperd}";
|
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 = "${fileManager} --daemon";}
|
||||||
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
|
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
|
||||||
{command = "${idled}";}
|
{command = "${idled}";}
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
defaultApps.enable = lib.mkDefault true;
|
defaultApps.enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.cliphist.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
};
|
};
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
apps = {
|
apps = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue