Replace PCManFM with Thunar

This commit is contained in:
Jakob Lechner 2025-01-16 17:08:53 +01:00
parent 935e5e367d
commit 69d5ac43f5
2 changed files with 3 additions and 2 deletions

View file

@ -27,12 +27,12 @@
./openscad.nix
./ots.nix
./pass.nix
./pcmanfm.nix
./python.nix
./remarkable
./snapclient.nix
./sound
./sway
./thunar.nix
./thunderbird.nix
./tmux.nix
./tor-browser.nix

View file

@ -1,7 +1,8 @@
{ nixosConfig, lib, pkgs, ... }:
lib.mkIf nixosConfig.jalr.gui.enable {
home.packages = with pkgs; [
pcmanfm
xfce.thunar
xfce.thunar-volman
];
}