dotfiles/modules/applications/default.nix

14 lines
166 B
Nix
Raw Normal View History

2022-05-22 23:43:46 +00:00
{ ... }: {
imports = [
./1password.nix
./alacritty.nix
./calibre.nix
./discord.nix
./firefox.nix
./media.nix
./qbittorrent.nix
];
}