From c414f0d50c59e7fbe7eda5a6ef93bea75057f1a2 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 20:01:23 -0800 Subject: migration: pfetch --- snowfall/modules/home/apps/default.nix | 1 + snowfall/modules/home/suites/misc/default.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'snowfall') diff --git a/snowfall/modules/home/apps/default.nix b/snowfall/modules/home/apps/default.nix index 57b184f..d38e26a 100644 --- a/snowfall/modules/home/apps/default.nix +++ b/snowfall/modules/home/apps/default.nix @@ -38,5 +38,6 @@ with lib; with lib.${namespace}; { (mkSimpleApp "irssi" { persist = [ ".irssi" ]; }) + (mkSimpleApp "pfetch" {}) ]; } diff --git a/snowfall/modules/home/suites/misc/default.nix b/snowfall/modules/home/suites/misc/default.nix index 99d4e10..5ffaba5 100644 --- a/snowfall/modules/home/suites/misc/default.nix +++ b/snowfall/modules/home/suites/misc/default.nix @@ -11,6 +11,7 @@ in { cxl = { apps = { fastfetch.enable = true; + pfetch.enable = true; }; }; }; -- cgit v1.2.3