nix-dotfiles/hm/lsd.nix

7 lines
114 B
Nix

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