add ranger
and pistol
This commit is contained in:
parent
17a8f0e500
commit
e369aa5fae
1 changed files with 10 additions and 0 deletions
10
home-manager/ranger.nix
Normal file
10
home-manager/ranger.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs = {
|
||||
ranger = {
|
||||
enable = true;
|
||||
};
|
||||
pistol = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue