.hive/home/jonas/ranger/default.nix

7 lines
64 B
Nix

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