nix-config/home/file_manager/spacefm.nix

5 lines
51 B
Nix
Raw Normal View History

2025-04-03 00:00:03 +02:00
{ pkgs, ... }:
{
progams.spacefm.enable = true;
}