Skip to content

Commit

Permalink
Revert "Remove CDEmu"
Browse files Browse the repository at this point in the history
This reverts commit 26f42b7.

The commit probably breaks building Jason-Desktop-Linux’s configuration.
A future commit will make src/modules/cdemu.nix use the version of
linuxPackages.vhba that’s in this pull request:
<NixOS/nixpkgs#305046>. Hopefully, that will
make CDEmu work properly.
  • Loading branch information
Jayman2000 committed Apr 21, 2024
1 parent 8e2c602 commit 95699fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/modules/cdemu.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-FileNotice: 🅭🄍1.0 This file is dedicated to the public domain using the CC0 1.0 Universal Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>.
# SPDX-FileContributor: Jason Yundt <[email protected]> (2023)
{ config, pkgs, ... }:
{
programs.cdemu = {
enable = true;
gui = true;
};
users.users.jayman.extraGroups = [
config.programs.cdemu.group
];
}
1 change: 1 addition & 0 deletions src/modules/jason-desktop-linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
./bcachefs.nix
./common.nix
./efi.nix
./cdemu.nix
./cli-shortcuts.nix
./graphical.nix
./periodically-build-all-of-jnc.nix
Expand Down

0 comments on commit 95699fc

Please sign in to comment.