1
0
forked from extern/nix-config

modules: Add cdemu

NixOS makes this so easy.
This commit is contained in:
Donovan Glover 2023-06-22 06:55:38 -04:00
parent 0fd8411d36
commit 71b23e9bf3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 0 deletions

5
modules/cdemu.nix Normal file
View File

@ -0,0 +1,5 @@
{
programs.cdemu = {
enable = true;
};
}

View File

@ -1,6 +1,7 @@
{
imports = [
./boot.nix
./cdemu.nix
./dual-function-keys.nix
./fish.nix
./fonts.nix