17 lines
223 B
Nix

{ ... }:
{
imports = [
./base-terminal.nix
./beancount.nix
./borg.nix
./chrome
./firefox
./git.nix
./chezmoi.nix
./kitty.nix
./nvim.nix
./virt-manager.nix
./yt-dlp.nix
];
}