Initial commit
This commit is contained in:
11
modules/base/branding.nix
Normal file
11
modules/base/branding.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
system = {
|
||||
name = "gooberos";
|
||||
nixos = {
|
||||
distroId = "gooberos";
|
||||
distroName = "Goober OS";
|
||||
};
|
||||
image.id = "gooberos";
|
||||
#image.version = cfg.distroVersion ? "";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user