nix-stuff/roles/desktop/default.nix

9 lines
81 B
Nix
Executable file

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