feat: CEmu

This commit is contained in:
punkfairie 2025-05-31 16:28:11 -07:00
parent b73e2eecc5
commit 10d169e85b
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 4 additions and 2 deletions

View file

@ -48,6 +48,7 @@ in {
programs = {
amfora = enabled;
cava = enabled;
CEmu = enabled;
cheat = enabled;
fzf = enabled;
gh = enabled;

View file

@ -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

View file

@ -5,6 +5,7 @@
./bat.nix
./btop.nix
./cava.nix
./CEmu.nix
./cheat.nix
./curl.nix
./eza.nix