[NixOS] Disable clipit
This commit is contained in:
@@ -54,7 +54,7 @@ makeEnable config "myModules.desktop" true {
|
|||||||
# Desktop
|
# Desktop
|
||||||
alacritty
|
alacritty
|
||||||
blueman
|
blueman
|
||||||
clipit
|
# clipit
|
||||||
d-spy
|
d-spy
|
||||||
dolphin
|
dolphin
|
||||||
|
|
||||||
|
|||||||
@@ -73,10 +73,10 @@ makeEnable config "myModules.xmonad" true {
|
|||||||
|
|
||||||
services.pasystray.enable = true;
|
services.pasystray.enable = true;
|
||||||
|
|
||||||
services.parcellite = {
|
# services.parcellite = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
package = pkgs.clipit;
|
# package = pkgs.clipit;
|
||||||
};
|
# };
|
||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user