feat: use home-manager to install nextcloud-client
parent
9f102bdc9e
commit
d254d5224b
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, lib, pkgs, user, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.nextcloud-client = {
|
||||||
|
enable = true;
|
||||||
|
startInBackground = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -126,7 +126,6 @@ in
|
||||||
|
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "keepassxc"; }
|
{ command = "keepassxc"; }
|
||||||
{ command = "nextcloud"; }
|
|
||||||
{ command = "swaymsg 'workspace 1"; }
|
{ command = "swaymsg 'workspace 1"; }
|
||||||
{ command = "kitty"; }
|
{ command = "kitty"; }
|
||||||
{ command = "swaymsg 'workspace 2"; }
|
{ command = "swaymsg 'workspace 2"; }
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
gcc
|
gcc
|
||||||
slack
|
slack
|
||||||
thunderbird
|
thunderbird
|
||||||
nextcloud-client
|
|
||||||
keepassxc
|
keepassxc
|
||||||
tree
|
tree
|
||||||
light
|
light
|
||||||
|
@ -41,6 +40,7 @@
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
./home-manager/nextcloud.nix
|
||||||
./home-manager/firefox.nix
|
./home-manager/firefox.nix
|
||||||
./home-manager/fzf.nix
|
./home-manager/fzf.nix
|
||||||
./home-manager/git.nix
|
./home-manager/git.nix
|
||||||
|
|
Loading…
Reference in New Issue