mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
hide helpLine
This commit is contained in:
parent
dca2c93a69
commit
9174ac3198
1 changed files with 6 additions and 3 deletions
|
@ -27,10 +27,13 @@
|
||||||
pamixer
|
pamixer
|
||||||
];
|
];
|
||||||
|
|
||||||
services.getty.greetingLine = mkRune {
|
services.getty = {
|
||||||
|
greetingLine = mkRune {
|
||||||
rune = "othalan";
|
rune = "othalan";
|
||||||
runeKind = "ascii";
|
runeKind = "ascii";
|
||||||
};
|
};
|
||||||
|
helpLine = "";
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "othalan";
|
networking.hostName = "othalan";
|
||||||
time.timeZone = "US/Central";
|
time.timeZone = "US/Central";
|
||||||
|
|
Loading…
Reference in a new issue