adds nextcloud
parent
111e762efb
commit
85be271c1e
|
@ -2,19 +2,27 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
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 = {
|
||||||
anki
|
services.nextcloud-client = {
|
||||||
keepassxc
|
enable = true;
|
||||||
libreoffice
|
startInBackground = true;
|
||||||
neofetch
|
};
|
||||||
pavucontrol
|
home.packages = with pkgs; [
|
||||||
signal-desktop
|
anki
|
||||||
virtualboxWithExtpack
|
keepassxc
|
||||||
xfce.exo
|
libreoffice
|
||||||
xfce.thunar
|
neofetch
|
||||||
xfce.tumbler
|
pavucontrol
|
||||||
xfce.xfconf
|
signal-desktop
|
||||||
];
|
virtualboxWithExtpack
|
||||||
|
xfce.exo
|
||||||
|
xfce.thunar
|
||||||
|
xfce.tumbler
|
||||||
|
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;
|
||||||
|
|
Loading…
Reference in New Issue