This commit is contained in:
Daniel Langbein 2023-08-31 14:08:07 +02:00
parent bf1585fdad
commit 3de7b27e86

View File

@ -3,8 +3,10 @@
{ {
users.users.yoda = { users.users.yoda = {
packages = with pkgs; [ packages = with pkgs; [
nextcloud-client # Nextcloud sync client # Nextcloud sync client
gnome.nautilus-python # Python bindings for Nautilus (Files) extension API. This ... TODO nextcloud-client
# Python bindings for Nautilus (GNOME Files) extension API.
gnome.nautilus-python
]; ];
}; };