2023-04-23 17:45:37 -04:00
|
|
|
{pkgs, ...}: {
|
2023-03-07 16:03:15 -05:00
|
|
|
imports = [
|
2023-03-19 15:10:30 -04:00
|
|
|
./neofetch
|
2023-03-07 16:03:15 -05:00
|
|
|
./nushell
|
|
|
|
./starship
|
|
|
|
./helix
|
|
|
|
./git
|
|
|
|
./lazygit
|
2023-04-05 15:54:00 -04:00
|
|
|
./zoxide
|
2023-04-14 23:19:31 -04:00
|
|
|
./direnv
|
2023-03-07 16:03:15 -05:00
|
|
|
];
|
2023-03-19 19:31:25 -04:00
|
|
|
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
bat
|
2023-03-31 18:28:25 -04:00
|
|
|
croc
|
2023-03-19 19:31:25 -04:00
|
|
|
];
|
2023-04-23 17:45:37 -04:00
|
|
|
}
|