I've made this a module as it imports configuration from `st` and potentially others as I continue to refactor.
10 lines
118 B
Nix
10 lines
118 B
Nix
{
|
|
imports = [
|
|
./discord.nix
|
|
./flameshot.nix
|
|
./gtk.nix
|
|
./media
|
|
./slack.nix
|
|
./zoom.nix
|
|
];
|
|
}
|