.hive/modules/home/ranger/default.nix

7 lines
64 B
Nix

{...}: {
imports = [
./config.nix
./ranger.nix
];
}