Added: Krusader

This commit is contained in:
2025-04-02 23:51:05 +02:00
parent 40565ea61a
commit 27bc6653a3
5 changed files with 11 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
krusader
];
}