summaryrefslogtreecommitdiff
path: root/os/srv/files.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-11 20:53:40 +0100
committeradikro <adikro@disroot.org>2026-01-11 20:53:40 +0100
commit760a0edc2937fab375898bbd2f2a3011eb8c9756 (patch)
treed5841eb7dc00ef23f6d6a9b52699e83709a5f3cb /os/srv/files.nix
parent5d0f2554cf56459b0afd27d3ed437a7fa50602a9 (diff)
way too many changes to describe
Diffstat (limited to 'os/srv/files.nix')
-rw-r--r--os/srv/files.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/os/srv/files.nix b/os/srv/files.nix
index 049ec48..2e8faff 100644
--- a/os/srv/files.nix
+++ b/os/srv/files.nix
@@ -18,8 +18,6 @@ in
plugins = with pkgs; [
thunar-volman
thunar-archive-plugin
- thunar-vcs-plugin
- thunar-media-tags-plugin
];
};
services = {
@@ -33,13 +31,8 @@ in
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [
- nautilus
trashy
gdu
-
- unzip
- p7zip
- unrar
pxz
pigz
];