/etc/issue

This commit is contained in:
caandt 2024-10-04 19:43:41 -05:00
parent d02c860acb
commit 54d7bc59f0

View file

@ -15,6 +15,7 @@
grub.useOSProber = true; grub.useOSProber = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
environment.etc.issue.text = "\nNixOS \\r (\\m) - \\l\n\n";
environment.pathsToLink = [ "/libexec" ]; environment.pathsToLink = [ "/libexec" ];
environment.localBinInPath = true; environment.localBinInPath = true;