Files
nixos-configuration/shared/base/home-manager/shell/default.nix

12 lines
132 B
Nix

{
imports = [
./bat.nix
./btop.nix
./eza.nix
./fastfetch.nix
./fish.nix
./fzf.nix
./zoxide.nix
];
}