chore(nextcloud-client): remove from conf
This commit is contained in:
parent
69921d5c6e
commit
31fb78b47b
4 changed files with 0 additions and 4 deletions
|
@ -20,7 +20,6 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
|||
];
|
||||
|
||||
exec-once = [
|
||||
"${pkgs.nextcloud-client}/bin/nextcloud --background"
|
||||
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
|
||||
"${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"
|
||||
|
||||
|
|
|
@ -117,7 +117,6 @@ lib.mkIf osConfig.programs.sway.enable {
|
|||
#: }}}
|
||||
#: Startup {{{
|
||||
startup = [
|
||||
{ command = "${pkgs.nextcloud-client}/bin/nextcloud --background"; }
|
||||
{ command = "${config.services.kdeconnect.package}/bin/kdeconnect-indicator"; }
|
||||
{ command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"; }
|
||||
];
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
|
||||
packages = with pkgs; [
|
||||
keepassxc
|
||||
nextcloud-client
|
||||
digikam
|
||||
fragments
|
||||
element-desktop
|
||||
|
|
|
@ -162,7 +162,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
shared-mime-info
|
||||
nextcloud-client
|
||||
glib
|
||||
wireguard-tools
|
||||
dconf
|
||||
|
|
Loading…
Add table
Reference in a new issue