treewide: package renaming for 25.11

This commit is contained in:
Felix Buehler 2025-11-25 21:17:52 +01:00
parent 10cbc4d96b
commit 220b4987fe
9 changed files with 15 additions and 23 deletions

View file

@ -18,7 +18,7 @@ in
firefox
(gimp-with-plugins.override {
plugins = with gimpPlugins; [
resynthesizer # disabled because broken with python3
# resynthesizer # disabled because broken with python3
];
})
kdePackages.ghostwriter
@ -34,7 +34,7 @@ in
})
newsflash
rhythmbox
tdesktop
telegram-desktop
thunderbird
vlc
wayvnc

View file

@ -36,7 +36,7 @@ in
pandas
pillow
plotly
scikitlearn
scikit-learn
scipy
tqdm # progressbar in pandas
wheel # python development

View file

@ -17,14 +17,14 @@ in
blobby
discord
gamemode
minetest
luanti
moonlight-qt # steam-link stream
openttd
prismlauncher # replace minecraft
superTuxKart
steam
SDL
SDL2
steam
superTuxKart
wine
winetricks
];

View file

@ -26,7 +26,6 @@ in
mediaelch # video sorting
metadata-cleaner # mat2-gui
mp3gain # audio volume
mp3splt # splitting mp3 files
mp3val # audio validation
pdfgrep # grep in pdfs
unstable.pdfsam-basic # pdf editing
@ -35,7 +34,7 @@ in
puddletag # audio tagging
shotwell # photo management
sonixd # cloud-music-player
soundkonverter # audio converter
soundconverter # audio converter
varia # download
(yt-dlp.override { withAlias = true; }) # video download
];

View file

@ -17,7 +17,7 @@ in
element-desktop
fractal
mumble
teamspeak5_client
teamspeak6-client
];
};
}

View file

@ -15,10 +15,10 @@ in
config = lib.mkIf cfg.enable {
# binary blobs are needed for ventoy
nixpkgs.config.permittedInsecurePackages = [
"ventoy-1.1.05"
"ventoy-1.1.07"
];
environment.systemPackages = with pkgs; [
ventoy-bin-full # general
ventoy-full # general
woeusb-ng # windows
];
};