version bump to 25.05

This commit is contained in:
alsaiduq-lab 2025-05-24 18:05:54 -06:00
parent b22792614e
commit f749641e68
22 changed files with 254 additions and 576 deletions

View file

@ -14,6 +14,11 @@
dates = "weekly";
options = "--delete-older-than 30d";
};
nix.settings = {
warn-dirty = false;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It's perfectly fine and recommended to leave

View file

@ -1,11 +1,5 @@
# TODO: cleanout and repopulate individual packages better
{
pkgs,
lib,
...
}: let
customPkgs = import ../pkgs {inherit pkgs lib;};
in {
{pkgs, ...}: {
python.enable = true;
npm.enable = true;
@ -111,7 +105,6 @@ in {
tree
mesa
libglvnd
mesa.drivers
socat
gnused
gawk
@ -127,7 +120,6 @@ in {
fzf
jq
bash
customPkgs.fish-rust
xorg.xdpyinfo
slop
dunst
@ -156,5 +148,9 @@ in {
xorg.libXtst
xorg.libXi
xorg.xorgproto
texlive.combined.scheme-full
imagemagick
poppler_utils
ghostscript
];
}