feat: whatever
This commit is contained in:
parent
863cf3ae57
commit
fd10d5140a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
services.fprintd.enable = true;
|
||||
|
||||
security.pam.services = {
|
||||
login.fprintAuth = true;
|
||||
login.fprintAuth = lib.mkDefault true;
|
||||
sudo.fprintAuth = true;
|
||||
greetd.enableGnomeKeyring = true;
|
||||
};
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd Hyprland";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd 'Hyprland'";
|
||||
user = "rhea";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue