nix-stuff/roles/desktop/default.nix
2023-06-14 16:41:24 +02:00

7 lines
47 B
Nix
Executable file

{ ... }:
{
imports = [
./discord.nix
];
}