Extract a ranger mixin

This commit is contained in:
Oliver Davies 2025-04-06 00:01:54 +01:00
parent 7df9eb7b4f
commit dd04b40ae1
5 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,4 @@
{
imports = [
./ranger.nix
];
}

View file

@ -1,5 +0,0 @@
{
programs.ranger = {
enable = true;
};
}