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

9 lines
91 B
Nix
Raw Normal View History

2024-10-20 16:21:47 +02:00
{config, ...}:
{
imports = [
./neovim.nix
./flatpak.nix
2025-01-01 19:45:47 +01:00
./discord.nix
2024-10-20 16:21:47 +02:00
];
}