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/suites | |
| parent | 501421d59a1ebd7f5a26489007710c401fe2cf95 (diff) | |
migration: pfetch
Diffstat (limited to 'snowfall/modules/home/suites')
| -rw-r--r-- | snowfall/modules/home/suites/misc/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; }; }; |