nix-config/users/tacocat/programs/default.nix

19 lines
223 B
Nix
Raw Normal View History

2023-10-21 00:49:53 +00:00
{
imports = [
./kitty.nix
./git.nix
./taskwarrior.nix
2023-11-05 05:59:16 +00:00
./firefox.nix
2023-10-21 00:49:53 +00:00
];
2023-10-29 06:45:13 +00:00
programs.eza = {
enable = true;
enableAliases = true;
git = true;
};
2023-10-29 06:45:13 +00:00
programs.bat = {
enable = true;
};
2023-10-21 00:49:53 +00:00
}