PortValhalla/profiles/DerGeret/Arch/config.nix

7 lines
84 B
Nix
Raw Normal View History

{ ... }: {
imports = [
2024-07-11 18:44:07 +00:00
../config.nix
2024-07-07 23:47:23 +00:00
../../Generic/Arch/config.nix
];
}