nix-config/users/tacocat/programs/default.nix
2023-11-05 01:59:16 -04:00

18 lines
201 B
Nix

{
imports = [
./kitty.nix
./git.nix
./firefox.nix
];
programs.eza = {
enable = true;
enableAliases = true;
git = true;
};
programs.bat = {
enable = true;
};
}