From 57d02057f293ef1f58553cc5d9df9599d90e4481 Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 28 Dec 2025 17:31:16 +0530 Subject: Implemented thunar correctly and possibly fixed theming and gvfs and installed image viewer and added with pkgs; to home manager --- configuration.nix | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index cae24c2..18277ef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -120,12 +120,7 @@ swww networkmanagerapplet zoxide - xfce.thunar - xfce.thunar-volman - xfce.thunar-archive-plugin - xfce.thunar-media-tags-plugin brillo - gnome.gvfs wlr-randr bat vlc @@ -163,34 +158,42 @@ virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; - programs.nix-ld.enable = true; - programs.gnupg.agent = { enable = true; enableSSHSupport = true; pinentryPackage = pkgs.pinentry-curses; }; - programs.hyprland = { enable = true; xwayland.enable = true; }; - programs.firefox.enable = true; - - programs.auto-cpufreq.enable = true; - programs.auto-cpufreq.settings = { - charger = { - governer = "performance"; - turbo = "auto"; - }; - battery = { - governer = "powersave"; - turbo = "auto"; + programs.xfconf.enable = true; + programs.thunar = { + enable = true; + plugins = with pkgs.xfce; [ + thunar-volman + thunar-archive-plugin + thunar-media-tags-plugin + ]; + }; + programs.auto-cpufreq = { + enable = true; + settings = { + charger = { + governer = "performance"; + turbo = "auto"; + }; + battery = { + governer = "powersave"; + turbo = "auto"; + }; }; }; + services.gvfs.enable = true; + services.tumbler.enable = true; services.openssh.enable = true; services.spotifyd = { enable = true; -- cgit v1.2.3