nix-config/home/file_manager/spacefm.nix

5 lines
52 B
Nix
Raw Normal View History

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