add ranger and pistol

This commit is contained in:
cswimr 2025-02-04 13:32:16 -06:00
parent 17a8f0e500
commit e369aa5fae
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

10
home-manager/ranger.nix Normal file
View file

@ -0,0 +1,10 @@
{
programs = {
ranger = {
enable = true;
};
pistol = {
enable = true;
};
};
}