blob: f88b2fe851dd1e37861b59cf3f86c765afa8ffc3 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = [
pkgs.ranger
];
}