preparing for 25.05
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user