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