nix-config/hosts/goober/features/software/default.nix

9 lines
91 B
Nix

{config, ...}:
{
imports = [
./neovim.nix
./flatpak.nix
./discord.nix
];
}