mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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;
|
xsession.enable = true;
|
||||||
|
|
||||||
myConfig.rofi = {
|
myConfig.rofi.enable = true;
|
||||||
|
services.clipmenu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
clipboard.enable = true;
|
launcher = "rofi";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,5 @@ in {
|
||||||
package = pkgs.rofi-wayland;
|
package = pkgs.rofi-wayland;
|
||||||
theme = ./theme.rasi;
|
theme = ./theme.rasi;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.clipmenu = lib.mkIf cfg.clipboard.enable {
|
|
||||||
enable = true;
|
|
||||||
launcher = "rofi";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue