forked from extern/nix-config
modules: Add cdemu
NixOS makes this so easy.
This commit is contained in:
parent
0fd8411d36
commit
71b23e9bf3
5
modules/cdemu.nix
Normal file
5
modules/cdemu.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.cdemu = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./cdemu.nix
|
||||
./dual-function-keys.nix
|
||||
./fish.nix
|
||||
./fonts.nix
|
||||
|
Loading…
Reference in New Issue
Block a user