feat: tuigreet
This commit is contained in:
parent
fbd0bb139a
commit
e8cda9b27f
2 changed files with 28 additions and 7 deletions
|
|
@ -5,6 +5,9 @@
|
|||
...
|
||||
}:
|
||||
|
||||
let
|
||||
tuigreet = lib.getExe pkgs.greetd.tuigreet;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -105,7 +108,7 @@
|
|||
enable = true;
|
||||
vt = 1;
|
||||
settings.default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-session --cmd Hyprland";
|
||||
command = "${tuigreet} --time --asterisks --theme 'border=dark-gray;text=white;prompt=blue;time=dark-gray;action=dark-gray;button=blue;container=black;input=white'";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue