- Add garage module. - Enable garage module on Tytonidae. - Add awscli module. - Enable awscli module on Tytonidae.
21 lines
290 B
Nix
21 lines
290 B
Nix
{...}: {
|
|
imports = [
|
|
./rustypaste-cli.nix
|
|
./atuin.nix
|
|
./bash.nix
|
|
./fish.nix
|
|
./kvm.nix
|
|
./starship
|
|
./gpg
|
|
./sops.nix
|
|
./git.nix
|
|
./helix
|
|
./jujutsu.nix
|
|
./yazi.nix
|
|
./zoxide.nix
|
|
./fzf.nix
|
|
./eza.nix
|
|
./ion.nix
|
|
./awscli.nix
|
|
];
|
|
}
|