nix-config/modules/file_managers/spacefm.nix

5 lines
53 B
Nix
Raw Normal View History

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