Centralize default settings

This commit is contained in:
Manuel Thalmann 2024-07-08 01:47:23 +02:00
parent eccebe5b17
commit d91cbe3bdf
7 changed files with 54 additions and 44 deletions
scripts/Arch/OS

View file

@ -1,11 +0,0 @@
{ ... }: {
imports = [
../../../lib/modules/partition.nix
];
config = {
partition.os.partitions = {
OS.label = "Arch";
};
};
}