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 = {