PortValhalla/profiles/machines/manuel/Generic/Arch/config.nix

8 lines
97 B
Nix
Raw Normal View History

{ ... }: {
2024-10-06 19:25:34 +00:00
imports = [ ../config.nix ];
config = {
valhalla.boot.label = "Arch";
};
}