nix-dotfiles/modules/hm/lsd.nix
2025-05-02 11:03:01 +02:00

7 lines
114 B
Nix

{
programs.lsd = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}