diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 20:01:23 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:52 -0700 |
| commit | c414f0d50c59e7fbe7eda5a6ef93bea75057f1a2 (patch) | |
| tree | 3bb42146d5e6be526c1f5a1c6d827d33f8c7534d /snowfall/modules/home/apps | |
| parent | 501421d59a1ebd7f5a26489007710c401fe2cf95 (diff) | |
migration: pfetch
Diffstat (limited to 'snowfall/modules/home/apps')
| -rw-r--r-- | snowfall/modules/home/apps/default.nix | 1 |
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" {}) ]; } |