Files
nixos/home/baseline/default.nix
T

17 lines
187 B
Nix
Raw Normal View History

2024-07-31 15:20:26 -05:00
{ ... }:
{
imports = [
./ansible.nix
./bash.nix
./direnv.nix
./git.nix
2025-06-11 12:35:01 -05:00
./nushell.nix
2025-08-01 10:24:15 -05:00
./shell.nix
./ssh.nix
2025-07-01 22:33:18 -04:00
./tools.nix
2025-06-10 14:28:46 -05:00
./vim
./xonsh.nix
];
2024-07-31 15:20:26 -05:00
}