chore: try to make stump work well on fischer

This commit is contained in:
Luj 2025-05-06 20:21:19 +02:00
parent 70712a39a6
commit 3b86219eb3
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 161 additions and 65 deletions

View file

@ -53,6 +53,16 @@
size = 15;
};
services.screen-locker = {
enable = true;
lockCmd = "XSECURELOCK_PASSWORD_PROMPT=time_hex ${pkgs.xsecurelock}/bin/xsecurelock";
xautolock.enable = false; # means use xss-lock
xss-lock.extraOptions = [
"--notifier=${pkgs.xsecurelock}/libexec/xsecurelock/dimmer"
"-l" # prevents suspend before locker is started
];
};
home.packages =
with pkgs;
[
@ -94,6 +104,7 @@
yubioath-flutter
ltex-ls
powerline-fonts
drawio
]
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);