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