users/foo-dogsquared/setups/development: set up rootless podman

This commit is contained in:
Gabriel Arazas 2024-12-09 19:27:43 +08:00
parent ea03a97fb8
commit e1a787932a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -36,6 +36,16 @@ in {
servers.enable = true; servers.enable = true;
}; };
# Rootless podman.
services.podman = {
enable = true;
enableTypeChecks = false;
autoUpdate = {
enable = true;
onCalendar = "weekly";
};
};
systemd.user.sessionVariables = { systemd.user.sessionVariables = {
MANPAGER = "nvim +Man!"; MANPAGER = "nvim +Man!";
EDITOR = "nvim"; EDITOR = "nvim";
@ -45,6 +55,7 @@ in {
cachix # Compile no more by using someone's binary cache! cachix # Compile no more by using someone's binary cache!
regex-cli # Save some face of confusion for yourself. regex-cli # Save some face of confusion for yourself.
dt # Get that functional gawk. dt # Get that functional gawk.
jq # Get that JSON querying tool.
recode # Convert between different encodings. recode # Convert between different encodings.
go-migrate # Go potential migraines. go-migrate # Go potential migraines.
oils-for-unix # Rev them up, reverent admin. oils-for-unix # Rev them up, reverent admin.