nix-config/modules2/thunar/extra-packages.nix
Oliver Davies 603a310d68
All checks were successful
/ check (push) Successful in 1m33s
Move thunar configuration
2025-07-25 10:43:30 +01:00

7 lines
127 B
Nix

{
flake.modules.pc.nixos =
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ xfce.tumbler ];
};
}