From 48adc7879c34f116ee2de8d9da6dab27797aa3bf Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Wed, 2 Apr 2025 19:49:10 +0200
Subject: [PATCH] Changed: Thunar
---
home/file_manager/thunar.nix | 9 +--------
modules/system.nix | 7 +++++++
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/home/file_manager/thunar.nix b/home/file_manager/thunar.nix
index d34e6d2..84382d4 100644
--- a/home/file_manager/thunar.nix
+++ b/home/file_manager/thunar.nix
@@ -1,12 +1,5 @@
{ pkgs, ... }:
{
- programs.thunar = {
- enable = true;
- plugins = with pkgs.xfce; [
- thunar-archive-plugin
- thunar-volman
- ];
- };
-
+
}
diff --git a/modules/system.nix b/modules/system.nix
index 558cabd..3c8fe85 100644
--- a/modules/system.nix
+++ b/modules/system.nix
@@ -101,6 +101,13 @@
programs.xfconf.enable = true;
services.gvfs.enable = true;
services.tumbler.enable = true;
+ programs.thunar = {
+ enable = true;
+ plugins = with pkgs.xfce; [
+ thunar-archive-plugin
+ thunar-volman
+ ];
+ };
# Virtualisation
virtualisation = {