preparing for 25.05

This commit is contained in:
2025-05-24 22:02:10 +03:00
parent 18bb3382be
commit cf797cd100
3 changed files with 3 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ in
arandr
pandoc
evince
okular
libsForQt5.okular
motion
gthumb
calibre
@@ -228,7 +228,7 @@ in
efibootmgr
virtualenv
imagemagick
ventoy-full
#ventoy-full
ghostscript
libva-utils # intel video tests
pavucontrol

View File

@@ -49,7 +49,6 @@
# itself may take a while, thus the window of restart
# is higher.
unitConfig.StartLimitBurst = 50;
serviceConfig.RestartSec = 1;
};
};
}

View File

@@ -120,8 +120,7 @@ in
(lib.mkIf devTools {
extraLuaConfig =
builtins.readFile
(pkgs.substituteAll {
src = ./dev.lua;
(pkgs.replaceVars ./dev.lua {
inherit (pkgs) ripgrep;
}).outPath;
})