diff --git a/nixos/desktop.nix b/nixos/desktop.nix index 975cf8ed..18a1c514 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -54,7 +54,7 @@ makeEnable config "myModules.desktop" true { # Desktop alacritty blueman - clipit + # clipit d-spy dolphin diff --git a/nixos/xmonad.nix b/nixos/xmonad.nix index 101161b3..2e05ab5f 100644 --- a/nixos/xmonad.nix +++ b/nixos/xmonad.nix @@ -73,10 +73,10 @@ makeEnable config "myModules.xmonad" true { services.pasystray.enable = true; - services.parcellite = { - enable = true; - package = pkgs.clipit; - }; + # services.parcellite = { + # enable = true; + # package = pkgs.clipit; + # }; services.picom = { enable = true;