mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Make clipboard config a part of the DE
This commit is contained in:
parent
3a7f18c6d5
commit
cbb3c5f635
2 changed files with 3 additions and 7 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue