feat: whatever

This commit is contained in:
etwas 2025-05-18 09:06:35 +02:00
parent 863cf3ae57
commit fd10d5140a
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -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";
};
};