NixOS 25.11
This commit is contained in:
parent
8ae4006208
commit
c264999fb4
9 changed files with 36 additions and 28 deletions
|
|
@ -17,7 +17,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
greetd.tuigreet
|
||||
tuigreet
|
||||
];
|
||||
|
||||
services.greetd = {
|
||||
|
|
@ -25,7 +25,7 @@ in {
|
|||
settings = {
|
||||
default_session = {
|
||||
user = homeCfg.username;
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-session --greeting 'Please authenticate to continue' --asterisks --asterisks-char '*' --theme 'border=74;text=cyan;prompt=green;time=cyan;action=cyan;button=cyan;container=black;input=238' --cmd ${cfg.session}";
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --remember --remember-session --greeting 'Please authenticate to continue' --asterisks --asterisks-char '*' --theme 'border=74;text=cyan;prompt=green;time=cyan;action=cyan;button=cyan;container=black;input=238' --cmd ${cfg.session}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue