aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/apps
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 20:01:23 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:52 -0700
commitc414f0d50c59e7fbe7eda5a6ef93bea75057f1a2 (patch)
tree3bb42146d5e6be526c1f5a1c6d827d33f8c7534d /snowfall/modules/home/apps
parent501421d59a1ebd7f5a26489007710c401fe2cf95 (diff)
migration: pfetch
Diffstat (limited to 'snowfall/modules/home/apps')
-rw-r--r--snowfall/modules/home/apps/default.nix1
1 files changed, 1 insertions, 0 deletions
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" {})
];
}