mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
cleanup
This commit is contained in:
parent
0f8f88f3b3
commit
42ed52a1b1
@ -1,28 +1,11 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
# When installed as user package, the Nextcloud integration in Nautilus does not work.
|
||||||
|
# Thus, we install the dependencies as system packages.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Nextcloud sync client
|
# Nextcloud sync client
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
# Python bindings for Nautilus (GNOME Files) extension API.
|
# Python bindings for Nautilus (GNOME Files) extension API.
|
||||||
gnome.nautilus-python
|
gnome.nautilus-python
|
||||||
];
|
];
|
||||||
|
|
||||||
# This is not required.
|
|
||||||
#
|
|
||||||
#environment.sessionVariables.NAUTILUS_4_EXTENSION_DIR = "${config.system.path}/lib/nautilus/extensions-4";
|
|
||||||
#environment.pathsToLink = [
|
|
||||||
# "/share/nautilus-python/extensions"
|
|
||||||
#];
|
|
||||||
|
|
||||||
# This does not work!
|
|
||||||
# One has to install nautilus-python as system package!
|
|
||||||
#
|
|
||||||
# users.users.yoda = {
|
|
||||||
# packages = with pkgs; [
|
|
||||||
# # Nextcloud sync client
|
|
||||||
# nextcloud-client
|
|
||||||
# # Python bindings for Nautilus (GNOME Files) extension API.
|
|
||||||
# gnome.nautilus-python
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user