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

View File

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

View File

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