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 = { programs = {
amfora = enabled; amfora = enabled;
cava = enabled; cava = enabled;
CEmu = enabled;
cheat = enabled; cheat = enabled;
fzf = enabled; fzf = enabled;
gh = enabled; gh = enabled;

View file

@ -1,6 +1,6 @@
{ {
lib,
config, config,
lib,
pkgs, pkgs,
... ...
}: let }: let
@ -8,7 +8,7 @@
in { in {
options.marleyos.programs.CEmu.enable = lib.mkEnableOption "CEmu"; 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; [ home.packages = with pkgs; [
# cemu-ti # cemu-ti
marleyos.CEmu-TI-84-Plus-CE marleyos.CEmu-TI-84-Plus-CE

View file

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