nix-config/home/file_manager/spacefm.nix
2025-09-03 10:03:29 +02:00

5 lines
52 B
Nix

{ pkgs, ... }:
{
progams.spacefm.enable = true;
}