nix-config/modules/home-manager/desktop/default.nix
Oliver Davies ee9c85f920 Extract a dwm profile module
I've made this a module as it imports configuration from `st` and
potentially others as I continue to refactor.
2025-04-05 15:13:58 +01:00

10 lines
118 B
Nix

{
imports = [
./discord.nix
./flameshot.nix
./gtk.nix
./media
./slack.nix
./zoom.nix
];
}