Add nextcloud-client, group with zotero as default for cloud services
This commit is contained in:
parent
b55b4a51cb
commit
10261f34ea
|
@ -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.
|
||||||
|
|
8
nixos/home-manager/packages/gui/cloud.nix
Normal file
8
nixos/home-manager/packages/gui/cloud.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nextcloud-client
|
||||||
|
zotero
|
||||||
|
];
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./messaging.nix
|
./messaging.nix
|
||||||
|
./cloud.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wezterm
|
wezterm
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue