adds nextcloud

dev-docs
Moritz Böhme 2021-12-12 12:19:54 +01:00
parent 111e762efb
commit 85be271c1e
1 changed files with 21 additions and 13 deletions

View File

@ -2,7 +2,12 @@
{ {
imports = [ ./rofi ./kitty.nix ./zathura.nix ./spotify.nix ./firefox.nix ]; imports = [ ./rofi ./kitty.nix ./zathura.nix ./spotify.nix ./firefox.nix ];
home-manager.users.moritz.home.packages = with pkgs; [ home-manager.users.moritz = {
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
home.packages = with pkgs; [
anki anki
keepassxc keepassxc
libreoffice libreoffice
@ -15,6 +20,9 @@
xfce.tumbler xfce.tumbler
xfce.xfconf xfce.xfconf
]; ];
};
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "moritz" ];
services.gvfs = { services.gvfs = {
enable = true; enable = true;
package = lib.mkForce pkgs.gnome3.gvfs; package = lib.mkForce pkgs.gnome3.gvfs;