feat: nextcloud
This commit is contained in:
parent
268179539b
commit
95f31e1d7a
3 changed files with 10 additions and 0 deletions
|
|
@ -128,6 +128,7 @@
|
|||
spotify
|
||||
pass
|
||||
gnupg
|
||||
nextcloud-client
|
||||
blueman
|
||||
pinentry-qt
|
||||
fastfetch
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
../../modules/home-manager/wofi.nix
|
||||
../../modules/home-manager/waybar.nix
|
||||
../../modules/home-manager/alacritty.nix
|
||||
../../modules/home-manager/nextcloud.nix
|
||||
../../modules/home-manager/zsh.nix
|
||||
];
|
||||
home.username = "sprechtl";
|
||||
|
|
|
|||
8
modules/home-manager/nextcloud.nix
Normal file
8
modules/home-manager/nextcloud.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue