feat: use home-manager to install nextcloud-client
This commit is contained in:
parent
9f102bdc9e
commit
d254d5224b
3 changed files with 9 additions and 2 deletions
8
home-manager/nextcloud.nix
Normal file
8
home-manager/nextcloud.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
|
@ -126,7 +126,6 @@ in
|
|||
|
||||
startup = [
|
||||
{ command = "keepassxc"; }
|
||||
{ command = "nextcloud"; }
|
||||
{ command = "swaymsg 'workspace 1"; }
|
||||
{ command = "kitty"; }
|
||||
{ command = "swaymsg 'workspace 2"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue