Remove copyq
This commit is contained in:
parent
c3e240d2e3
commit
7affff28a3
7 changed files with 0 additions and 18 deletions
|
@ -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;
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./brave.nix
|
||||
./copyq.nix
|
||||
./discord.nix
|
||||
./dwm.nix
|
||||
./flameshot.nix
|
||||
|
|
|
@ -15,8 +15,6 @@ with lib;
|
|||
file."${config.home.sessionVariables.XINITRC}".text = ''
|
||||
systemctl --user import-environment DISPLAY
|
||||
|
||||
copyq &
|
||||
|
||||
poweralertd -s &
|
||||
|
||||
setbg &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue