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 = [
|
exec-once = [
|
||||||
"${pkgs.nextcloud-client}/bin/nextcloud --background"
|
|
||||||
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
|
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
|
||||||
"${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"
|
"${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"
|
||||||
|
|
||||||
|
|
|
@ -117,7 +117,6 @@ lib.mkIf osConfig.programs.sway.enable {
|
||||||
#: }}}
|
#: }}}
|
||||||
#: Startup {{{
|
#: Startup {{{
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "${pkgs.nextcloud-client}/bin/nextcloud --background"; }
|
|
||||||
{ command = "${config.services.kdeconnect.package}/bin/kdeconnect-indicator"; }
|
{ command = "${config.services.kdeconnect.package}/bin/kdeconnect-indicator"; }
|
||||||
{ command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"; }
|
{ command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"; }
|
||||||
];
|
];
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
keepassxc
|
keepassxc
|
||||||
nextcloud-client
|
|
||||||
digikam
|
digikam
|
||||||
fragments
|
fragments
|
||||||
element-desktop
|
element-desktop
|
||||||
|
|
|
@ -162,7 +162,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
nextcloud-client
|
|
||||||
glib
|
glib
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
dconf
|
dconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue