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 = {
|
programs = {
|
||||||
amfora = enabled;
|
amfora = enabled;
|
||||||
cava = enabled;
|
cava = enabled;
|
||||||
|
CEmu = enabled;
|
||||||
cheat = enabled;
|
cheat = enabled;
|
||||||
fzf = enabled;
|
fzf = enabled;
|
||||||
gh = enabled;
|
gh = enabled;
|
||||||
|
|
|
@ -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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue