move back to stable releases; add nix-ld; readd bottles and gimp now they work

This commit is contained in:
2025-01-02 15:44:38 +00:00
parent d69647975d
commit a6c2119c78
6 changed files with 23 additions and 19 deletions

View File

@@ -46,9 +46,9 @@
nextcloud-client
ubuntu-sans
ubuntu-sans-mono
nerd-fonts.space-mono
(nerdfonts.override { fonts = [ "SpaceMono" ]; })
keepassxc
#bottles
bottles
rustup
strawberry-qt6
rclone
@@ -61,7 +61,7 @@
sdk_8_0
sdk_9_0
])
#gimp-with-plugins
gimp-with-plugins
ffmpeg-full
protonup-qt
protontricks
@@ -79,6 +79,7 @@
azuredatastudio
inotify-tools
libnotify
electrum
];
fonts.fontconfig = {
@@ -214,9 +215,9 @@
changed_rel=''${file#"/mnt/HDD1/Videos"}
notify-send -a "rclone-media" "rclone for $file triggered"
if rclone copyto "$file" media:"media-7gM2gcrxRjXqfj$changed_rel" ; then
notify-send -a "rclone-media" "rclone for $file complete"
notify-send -a "rclone-media" "rclone complete for $file"
else
notify-send -a "rclone-media" "rclone for $file failed"
notify-send -u critical -a "rclone-media" "rclone failed for $file"
fi
done
'';