Add nextcloud-client, group with zotero as default for cloud services

This commit is contained in:
Evie Litherland-Smith 2023-03-30 14:01:34 +01:00
parent b55b4a51cb
commit 10261f34ea
4 changed files with 10 additions and 3 deletions

View file

@ -2,9 +2,8 @@
imports = [ imports = [
./common.nix ./common.nix
./packages ./packages
./packages/gui/nomachine.nix
./packages/gui/zotero.nix
./packages/gui/ukaea.nix ./packages/gui/ukaea.nix
./packages/gui/nomachine.nix
]; ];
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
# paths it should manage. # paths it should manage.

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
nextcloud-client
zotero
];
}

View file

@ -3,6 +3,7 @@
{ {
imports = [ imports = [
./messaging.nix ./messaging.nix
./cloud.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
wezterm wezterm

View file

@ -4,7 +4,6 @@
./packages ./packages
./packages/gui/gaming.nix ./packages/gui/gaming.nix
./packages/gui/nomachine.nix ./packages/gui/nomachine.nix
./packages/gui/zotero.nix
]; ];
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
# paths it should manage. # paths it should manage.