fix some eval warnings

This commit is contained in:
Noa Aarts 2025-05-03 21:44:30 +02:00
parent 2943c21f41
commit bb94867bed
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 23 additions and 24 deletions

View file

@ -424,7 +424,6 @@ in
# lsd makes files look better
lsd = {
enable = true;
enableAliases = true;
};
# manpages can be quite useful
man.enable = true;
@ -471,13 +470,13 @@ in
enable = true;
enableZshIntegration = true;
enableSshSupport = true;
pinentryPackage = lib.mkIf enableGraphical pkgs.pinentry-qt;
pinentry.package = lib.mkIf enableGraphical pkgs.pinentry-qt;
};
# notification daemon, I think it looks better than dunst
mako = {
enable = true;
# make notifications time out after 30 sec by default
defaultTimeout = 30000;
settings.defaultTimeout = "30000";
};
playerctld.enable = true;
swayidle = {