Added: SpaceFM

This commit is contained in:
2025-04-03 00:00:03 +02:00
parent 27bc6653a3
commit deae658c60
3 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
{
home.packages = with pkgs; [
krusader
krename
kdiff3
# kdePackages.kompare
xxdiff
];
}

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
progams.spacefm.enable = true;
}