nix-config/modules/home-manager/desktop/default.nix

11 lines
118 B
Nix
Raw Normal View History

2024-11-26 08:40:00 +00:00
{
imports = [
./discord.nix
./flameshot.nix
./gtk.nix
./media
./slack.nix
./zoom.nix
];
}