nixos-configuration/home/lsd.nix

7 lines
82 B
Nix
Raw Normal View History

2022-02-15 15:44:40 +01:00
{ ... }: {
programs.lsd = {
enable = true;
enableAliases = true;
};
}