mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
remove welcome to nixos getty line
This commit is contained in:
parent
54552f1e44
commit
079647b843
1 changed files with 2 additions and 4 deletions
|
@ -28,15 +28,13 @@
|
||||||
pamixer
|
pamixer
|
||||||
];
|
];
|
||||||
|
|
||||||
services.getty.greetingLine =
|
services.getty.greetingLine = mkRune {
|
||||||
''<<< Welcome to NixOS ${config.system.nixos.label} (\m) - \l >>>\n''
|
|
||||||
+ mkRune {
|
|
||||||
rune = "othalan";
|
rune = "othalan";
|
||||||
runeKind = "ascii";
|
runeKind = "ascii";
|
||||||
};
|
};
|
||||||
# + inputs.self.nixosModules.runes.othalan.ascii;
|
# + inputs.self.nixosModules.runes.othalan.ascii;
|
||||||
|
|
||||||
# catppuccin/tty
|
# catppuccin/tty move to "module"
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"vt.default_red=30,243,166,249,137,245,148,186,88,243,166,249,137,245,148,166"
|
"vt.default_red=30,243,166,249,137,245,148,186,88,243,166,249,137,245,148,166"
|
||||||
"vt.default_grn=30,139,227,226,180,194,226,194,91,139,227,226,180,194,226,173"
|
"vt.default_grn=30,139,227,226,180,194,226,194,91,139,227,226,180,194,226,173"
|
||||||
|
|
Loading…
Reference in a new issue