Added some utils wiithout special config

This commit is contained in:
alejandro-angulo 2024-08-05 19:56:28 -07:00
parent dbfcdcacb2
commit 345d84bfc0
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -29,4 +29,10 @@
windowManagers.sway.enable = true;
};
# misc utils without custom config
programs = {
fzf.enable = true;
zoxide.enable = true;
};
}