Make clipboard config a part of the DE

This commit is contained in:
SebastianStork 2024-04-05 22:37:19 +02:00
parent 3a7f18c6d5
commit cbb3c5f635
2 changed files with 3 additions and 7 deletions

View file

@ -23,9 +23,10 @@ in {
xsession.enable = true;
myConfig.rofi = {
myConfig.rofi.enable = true;
services.clipmenu = {
enable = true;
clipboard.enable = true;
launcher = "rofi";
};
services.picom = {

View file

@ -17,10 +17,5 @@ in {
package = pkgs.rofi-wayland;
theme = ./theme.rasi;
};
services.clipmenu = lib.mkIf cfg.clipboard.enable {
enable = true;
launcher = "rofi";
};
};
}