nixos/hosts/hulk/programs.nix

11 lines
147 B
Nix
Raw Permalink Normal View History

2025-02-06 11:58:03 +01:00
{ pkgs, ... }:
{
programs.thunar.enable = true;
programs.thunar.plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
}