nix-config/modules/HOME-MANAGER/COMMON/shell/default.nix
2024-12-26 16:51:37 +01:00

15 lines
156 B
Nix

{ pkgs, ... }:
{
imports = [
./bash.nix
./eza.nix
./hyfetch.nix
./nushell.nix
./ssh.nix
./starship.nix
./zoxide.nix
];
}