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 --- hosts/c-pc/configuration.nix | 2 -- snowfall/modules/home/apps/default.nix | 5 +++++ snowfall/modules/home/suites/misc/default.nix | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 726a971..b9590b5 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -19,8 +19,6 @@ }; environment.systemPackages = with pkgs; [ - (writeShellScriptBin "toys" "nix-shell -p cmatrix asciiquarium pipes cowsay figlet neofetch") - jellyfin go 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