mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
chore: try to make stump work well on fischer
This commit is contained in:
parent
70712a39a6
commit
3b86219eb3
4 changed files with 161 additions and 65 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue