From 200b5dc1fbee56838235bfd2c3d98540f1cc9bd3 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 20:04:53 -0800 Subject: migration: misc apps --- snowfall/modules/home/apps/default.nix | 5 +++++ snowfall/modules/home/suites/misc/default.nix | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'snowfall/modules') diff --git a/snowfall/modules/home/apps/default.nix b/snowfall/modules/home/apps/default.nix index d38e26a..b284132 100644 --- a/snowfall/modules/home/apps/default.nix +++ b/snowfall/modules/home/apps/default.nix @@ -39,5 +39,10 @@ with lib; with lib.${namespace}; { persist = [ ".irssi" ]; }) (mkSimpleApp "pfetch" {}) + (mkSimpleApp "cmatrix" {}) + (mkSimpleApp "asciiquarium" {}) + (mkSimpleApp "pipes" {}) + (mkSimpleApp "cowsay" {}) + (mkSimpleApp "figlet" {}) ]; } diff --git a/snowfall/modules/home/suites/misc/default.nix b/snowfall/modules/home/suites/misc/default.nix index 5ffaba5..61cfbed 100644 --- a/snowfall/modules/home/suites/misc/default.nix +++ b/snowfall/modules/home/suites/misc/default.nix @@ -12,6 +12,11 @@ in { apps = { fastfetch.enable = true; pfetch.enable = true; + cmatrix.enable = true; + asciiquarium.enable = true; + pipes.enable = true; + cowsay.enable = true; + figlet.enable = true; }; }; }; -- cgit v1.2.3