1
0
forked from extern/nix-config
donovanglover-nix-config/modules/cdemu.nix

6 lines
49 B
Nix
Raw Normal View History

{
programs.cdemu = {
enable = true;
};
}