Completed Massive Update: Kernel6.12 -> 6.14; NixOS Victuna -> NixOS Xantusia; Msc. Package Upgrade; Nvidia Works on Kuroko; etc.
This commit is contained in:
parent
6b5ebd18c5
commit
511afa919a
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland --asterisks --remember --greeting 'Access for those who don't touch grass'";
|
||||
command = ''
|
||||
${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland --remember --asterisks --greeting "Welcome, generation $(readlink /nix/var/nix/profiles/system | grep -o '[0-9]*'). Access is restricted to authorized personnel only."
|
||||
'';
|
||||
# --remember tuigreet --time --cmd Hyprland --remember --asterisks --greeting 'Access granted for those who don't touch grass'
|
||||
user = "greeter";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue