mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-15 15:02:09 +01:00
treewide: package renaming for 25.11
This commit is contained in:
parent
10cbc4d96b
commit
220b4987fe
9 changed files with 15 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ in
|
|||
pandas
|
||||
pillow
|
||||
plotly
|
||||
scikitlearn
|
||||
scikit-learn
|
||||
scipy
|
||||
tqdm # progressbar in pandas
|
||||
wheel # python development
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ in
|
|||
element-desktop
|
||||
fractal
|
||||
mumble
|
||||
teamspeak5_client
|
||||
teamspeak6-client
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue