nix-config/home/file_manager/krusader.nix

12 lines
130 B
Nix
Raw Normal View History

2025-04-02 23:51:05 +02:00
{ pkgs, ... }:
{
2025-09-03 10:03:29 +02:00
home.packages = with pkgs; [
krusader
krename
kdiff3
# kdePackages.kompare
xxdiff
];
2025-04-02 23:51:05 +02:00
}