8 lines
138 B
Nix
8 lines
138 B
Nix
{pkgs, ...}: {
|
|
home-manager = {
|
|
users.toast.programs.eza = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
};
|
|
};
|
|
}
|