feat: use home-manager to install nextcloud-client

main
mandlm 2024-01-12 23:31:54 +01:00
parent 9f102bdc9e
commit d254d5224b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,8 @@
{ config, lib, pkgs, user, ... }:
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}

View File

@ -126,7 +126,6 @@ in
startup = [
{ command = "keepassxc"; }
{ command = "nextcloud"; }
{ command = "swaymsg 'workspace 1"; }
{ command = "kitty"; }
{ command = "swaymsg 'workspace 2"; }

View File

@ -19,7 +19,6 @@
gcc
slack
thunderbird
nextcloud-client
keepassxc
tree
light
@ -41,6 +40,7 @@
programs.home-manager.enable = true;
imports = [
./home-manager/nextcloud.nix
./home-manager/firefox.nix
./home-manager/fzf.nix
./home-manager/git.nix