fli/eza.nix: init

This commit is contained in:
Charlie Root 2024-09-09 19:51:13 +02:00
commit 204d97da9d
5 changed files with 93 additions and 4 deletions

View file

@ -1,9 +1,12 @@
_: {
imports = [
./fish.nix
# ./fish.nix
./nh.nix
./starship.nix
# ./starship.nix
./beets.nix
./zellij
./oh-my-posh.nix
./nushell.nix
./eza.nix
];
}