nix-stuff/roles/desktop/default.nix

8 lines
63 B
Nix
Executable file

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