mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Make clipmenu a part of the rofi configuration
This commit is contained in:
parent
08896fce36
commit
921f4e0cad
3 changed files with 17 additions and 9 deletions
|
|
@ -29,7 +29,10 @@
|
|||
pkgs.brightnessctl
|
||||
];
|
||||
|
||||
myConfig.rofi.enable = true;
|
||||
myConfig.rofi = {
|
||||
enable = true;
|
||||
clipboard.enable = true;
|
||||
};
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue