Clean up dependencies and update inputs

This commit is contained in:
Fabian Hauser 2024-10-19 22:28:18 +03:00
parent 6475c5fd02
commit e62fdad8b1
6 changed files with 31 additions and 53 deletions

View file

@ -14,7 +14,6 @@ in
[
# Utilities
freetype
feh
lxappearance
sound-theme-freedesktop
]
@ -22,7 +21,7 @@ in
# Various
xfce.thunar
xfce.thunar-archive-plugin
xfce.xfce4-appfinder # xfce.thunar-volman # needed?
xfce.xfce4-appfinder
pinentry-rofi # Required by gnupg
qt5.qtwayland # Required for qt applications
];

View file

@ -10,7 +10,7 @@
# Make pam accept both password and fingerprint
security.pam.services.swaylock.rules.auth = {
fprintd.order = 11600;
fprintd.order = 11601;
unix.args = [ "nullok" ];
};
}