Install nextcloud-client additions

This commit is contained in:
2025-12-12 22:53:03 +01:00
parent d51e8ed455
commit cc6ebd5224
3 changed files with 15 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ $terminal = kitty
exec-once = hyprpaper
exec-once = waybar
exec-once = nextcloud
#############################
### ENVIRONMENT VARIABLES ###

View File

@@ -0,0 +1,13 @@
{
pkgs,
...
}:
{
services.gnome.gnome-keyring.enable = true;
environment.systemPackages = [
pkgs.tor-browser
pkgs.nextcloud-client
pkgs.seahorse
];
}