Add nextcloud-client
This commit is contained in:
parent
a922e8d0df
commit
a589e94805
|
@ -17,6 +17,7 @@
|
||||||
++ [(import ./hyprland)] # window manager
|
++ [(import ./hyprland)] # window manager
|
||||||
++ [(import ./kitty.nix)] # terminal
|
++ [(import ./kitty.nix)] # terminal
|
||||||
++ [(import ./swaync/swaync.nix)] # notification deamon
|
++ [(import ./swaync/swaync.nix)] # notification deamon
|
||||||
|
++ [(import ./nextcloud.nix)] # nextcloud client
|
||||||
++ [(import ./nvim.nix)] # neovim editor
|
++ [(import ./nvim.nix)] # neovim editor
|
||||||
++ [(import ./packages.nix)] # other packages
|
++ [(import ./packages.nix)] # other packages
|
||||||
++ [(import ./retroarch.nix)]
|
++ [(import ./retroarch.nix)]
|
||||||
|
|
6
modules/home/nextcloud.nix
Normal file
6
modules/home/nextcloud.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{...}: {
|
||||||
|
services.nextcloud-client = {
|
||||||
|
enable = true;
|
||||||
|
startInBackground = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue