From d0e3657d046dbadbf3b01c4680ae97bd5fdbfdc9 Mon Sep 17 00:00:00 2001 From: Sense T Date: Mon, 17 Jul 2023 06:31:27 +0000 Subject: [PATCH] use thunar fm --- global/software-configuration.nix | 9 +++++++++ home/user/home.nix | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 5ea4c8a..e9f5534 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -18,6 +18,7 @@ blueman.enable = true; logrotate.checkConfig = false; flatpak.enable = true; + gvfs.enable = true; ntp = { enable = true; @@ -77,6 +78,14 @@ ]; programs = { + thunar = { + enable = true; + plugins = with pkgs.xfce; [ + thunar-archive-plugin + thunar-volman + ]; + }; + hyprland = { enable = true; xwayland = { diff --git a/home/user/home.nix b/home/user/home.nix index adbcfea..6eb6afa 100644 --- a/home/user/home.nix +++ b/home/user/home.nix @@ -8,7 +8,7 @@ btop bat thefuck - ranger + #ranger icdiff #rofi #rofi-rbw