feat: CEmu
This commit is contained in:
parent
b73e2eecc5
commit
10d169e85b
3 changed files with 4 additions and 2 deletions
|
@ -48,6 +48,7 @@ in {
|
|||
programs = {
|
||||
amfora = enabled;
|
||||
cava = enabled;
|
||||
CEmu = enabled;
|
||||
cheat = enabled;
|
||||
fzf = enabled;
|
||||
gh = enabled;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
@ -8,7 +8,7 @@
|
|||
in {
|
||||
options.marleyos.programs.CEmu.enable = lib.mkEnableOption "CEmu";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
config = lib.mkIf (cfg.enable && pkgs.stdenv.isLinux) {
|
||||
home.packages = with pkgs; [
|
||||
# cemu-ti
|
||||
marleyos.CEmu-TI-84-Plus-CE
|
|
@ -5,6 +5,7 @@
|
|||
./bat.nix
|
||||
./btop.nix
|
||||
./cava.nix
|
||||
./CEmu.nix
|
||||
./cheat.nix
|
||||
./curl.nix
|
||||
./eza.nix
|
||||
|
|
Loading…
Reference in a new issue