From 345d84bfc0fb991eac26a6899ea22f511ce93d2d Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Mon, 5 Aug 2024 19:56:28 -0700 Subject: [PATCH] Added some utils wiithout special config --- homes/x86_64-linux/alejandro/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homes/x86_64-linux/alejandro/default.nix b/homes/x86_64-linux/alejandro/default.nix index d386264..ea389ee 100644 --- a/homes/x86_64-linux/alejandro/default.nix +++ b/homes/x86_64-linux/alejandro/default.nix @@ -29,4 +29,10 @@ windowManagers.sway.enable = true; }; + + # misc utils without custom config + programs = { + fzf.enable = true; + zoxide.enable = true; + }; }