From 7ca8e843c262f344e9746ba3f4acd8e4989f26b5 Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Tue, 25 Mar 2025 23:02:16 +0100
Subject: [PATCH] Changed: Thunar File Manager
---
home/hyprland/fileManager.nix | 13 -------------
modules/system.nix | 11 +++++++++++
2 files changed, 11 insertions(+), 13 deletions(-)
delete mode 100644 home/hyprland/fileManager.nix
diff --git a/home/hyprland/fileManager.nix b/home/hyprland/fileManager.nix
deleted file mode 100644
index ae84dd3..0000000
--- a/home/hyprland/fileManager.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ pkgs, ...}: {
- programs.thunar = {
- enable = true;
- plugins = with pkgs.xfce; [
- thunar-archive-plugin
- thunar-volman
- ];
- };
-
- programs.xfconf.enable = true;
- programs.gvfs.enable = true;
- programs.tumbler.enable = true;
-}
diff --git a/modules/system.nix b/modules/system.nix
index be41c2e..3b43785 100644
--- a/modules/system.nix
+++ b/modules/system.nix
@@ -94,7 +94,18 @@
};
programs.dconf.enable = true;
+ programs.thunar = {
+ enable = true;
+ plugins = with pkgs.xfce; [
+ thunar-archive-plugin
+ thunar-volman
+ ];
+ };
+ programs.xfconf.enable = true;
+ services.gvfs.enable = true;
+ services.tumbler.enable = true;
+
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.