nix-config/home/file_manager/krusader.nix
2025-04-02 23:51:05 +02:00

8 lines
65 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
krusader
];
}