diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 17:32:27 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:52 -0700 |
| commit | 3f4a98af8c2a1e3d8f6a79a4d094a3e1650f83c0 (patch) | |
| tree | fe4d8ee3c6b4e9dad111d2c4b6918003e1ab157c /hosts/c-pc | |
| parent | 2aceb8f55e9b783be40f6eb8c3974dbb4f23bf28 (diff) | |
migration: zoxide
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/home.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 78e1a90..20ba9bc 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -29,10 +29,6 @@ ]; }; - programs = { - zoxide.enable = true; - }; - home.packages = with pkgs; [ pfetch |