feat: use user and theme attributes

This commit is contained in:
Michael Mandl 2024-07-10 08:17:30 +02:00
parent 428b91c3d5
commit 27b66ec830
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
6 changed files with 19 additions and 15 deletions

View file

@ -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";
};
};