PortValhalla/profiles/DerGeret/Arch/partition.nix

12 lines
136 B
Nix

{ ... }: {
imports = [
../partition.nix
];
config = {
partition.os.partitions = {
OS.label = "Arch";
};
};
}