PortValhalla/profiles/DerGeret/Arch/partition.nix

12 lines
136 B
Nix
Raw Normal View History

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