Remove copyq

This commit is contained in:
Oliver Davies 2025-03-22 21:03:39 +00:00
parent c3e240d2e3
commit 7affff28a3
7 changed files with 0 additions and 18 deletions

View file

@ -1,11 +0,0 @@
{ config, lib, ... }:
with lib;
{
options.homeManagerModules.copyq.enable = mkEnableOption "Enable copyq";
config = mkIf config.homeManagerModules.copyq.enable {
services.copyq.enable = true;
};
}

View file

@ -1,7 +1,6 @@
{
imports = [
./brave.nix
./copyq.nix
./discord.nix
./dwm.nix
./flameshot.nix

View file

@ -15,8 +15,6 @@ with lib;
file."${config.home.sessionVariables.XINITRC}".text = ''
systemctl --user import-environment DISPLAY
copyq &
poweralertd -s &
setbg &