Compare commits

..

No commits in common. "1c5922388169a3a612e0e25e366365a6dbcec74e" and "dc8c92252b10afbe0a2ea704a7c9b7fcd6bd1704" have entirely different histories.

2 changed files with 7 additions and 15 deletions

View File

@ -305,11 +305,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1707092692, "lastModified": 1706550542,
"narHash": "sha256-ZbHsm+mGk/izkWtT4xwwqz38fdlwu7nUUKXTOmm4SyE=", "narHash": "sha256-UcsnCG6wx++23yeER4Hg18CXWbgNpqNXcHIo5/1Y+hc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "faf912b086576fd1a15fca610166c98d47bc667e", "rev": "97b17f32362e475016f942bbdfda4a4a72a8a652",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -3,8 +3,8 @@
with pkgs; with pkgs;
let let
custom-mpv = (pkgs.wrapMpv pkgs.mpv-unwrapped { mpv-sponsorblock = (pkgs.wrapMpv pkgs.mpv-unwrapped {
scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ]; scripts = [ mpvScripts.sponsorblock ];
}); });
patched-bitwig = bitwig-studio.overrideAttrs (old: rec { patched-bitwig = bitwig-studio.overrideAttrs (old: rec {
@ -14,14 +14,6 @@ let
''; '';
}); });
latest-yt-dlp-light = yt-dlp-light.overrideAttrs (old: rec {
src = fetchPypi {
pname = "yt-dlp";
version = "2024.2.3.232712.dev0";
hash = "sha256-p0P8NDeYkS3mDUSiC/oviQyPD076AuSHkD965z9BSfY=";
};
});
in { in {
environment.systemPackages = [ environment.systemPackages = [
# Monitoring # Monitoring
@ -84,10 +76,10 @@ in {
msmtp msmtp
# Media # Media
gimp gimp
custom-mpv mpv-sponsorblock
nodePackages.webtorrent-cli nodePackages.webtorrent-cli
deluge deluge
latest-yt-dlp-light yt-dlp-light
calibre calibre
beets beets
# File management # File management