infrastructure/home/applications/default.nix

9 lines
107 B
Nix
Raw Normal View History

2024-06-15 15:17:27 +00:00
{...}: {
imports = [
./alacritty.nix
./firefox.nix
./thunderbird.nix
./vscode.nix
];
}