feat: use user and theme attributes
This commit is contained in:
parent
428b91c3d5
commit
27b66ec830
6 changed files with 19 additions and 15 deletions
|
@ -25,7 +25,9 @@
|
|||
];
|
||||
|
||||
extraSpecialArgs = {
|
||||
username = "mandlm";
|
||||
user = "mandlm";
|
||||
userName = "Michael Mandl";
|
||||
userEmail = "mandlm@molez.net";
|
||||
theme = "dark";
|
||||
};
|
||||
};
|
||||
|
@ -37,7 +39,9 @@
|
|||
];
|
||||
|
||||
extraSpecialArgs = {
|
||||
username = "mmandl";
|
||||
user = "mmandl";
|
||||
userName = "Michael Mandl";
|
||||
userEmail = "michael.mandl@horsch.com";
|
||||
theme = "dark";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue