nix-config/home/file_manager/krusader.nix

8 lines
65 B
Nix
Raw Normal View History

2025-04-02 23:51:05 +02:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
krusader
];
}