Files
nixos/home/modules/baseline/default.nix
T

15 lines
175 B
Nix
Raw Normal View History

2024-07-31 15:20:26 -05:00
{ ... }:
{
imports = [
2025-02-04 07:44:54 -06:00
../../../modules/nix-conf.nix
./ansible.nix
./bash.nix
./direnv.nix
./git.nix
./ssh.nix
./vim.nix
./xonsh.nix
];
2024-07-31 15:20:26 -05:00
}