Compare commits

..

No commits in common. "ed03bfc821030f995c8d31b67d771e4bb91548a4" and "32cfbe512d02d6757e07ffca54db9e86d3037e1e" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View File

@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1664370076, "lastModified": 1664281702,
"narHash": "sha256-NDnIo0nxJozLwEw0VPM+RApMA90uTfbvaNNtC5eB7Os=", "narHash": "sha256-haixZ4TJLu1Dciow54wrHrHvlGDVr5sW6MTeAV/ZLuI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "854fdc68881791812eddd33b2fed94b954979a8e", "rev": "7e52b35fe98481a279d89f9c145f8076d049d2b9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -7,9 +7,8 @@ let
(epkgs: with epkgs; [ vterm pdf-tools ])); (epkgs: with epkgs; [ vterm pdf-tools ]));
isync-oauth2 = isync.overrideAttrs isync-oauth2 = isync.overrideAttrs
(div: rec { buildInputs = [ openssl db patched-cyrus-sasl-oauth2 zlib ]; }); (div: rec { buildInputs = [ openssl db patched-cyrus-sasl-oauth2 zlib ]; });
mpv-sponsorblock = (pkgs.wrapMpv pkgs.mpv-unwrapped { mpv-sponsorblock =
scripts = [ mpvScripts.sponsorblock ]; (mpv-with-scripts.override { scripts = [ mpvScripts.sponsorblock ]; });
});
in { in {
environment.systemPackages = [ environment.systemPackages = [
@ -61,9 +60,10 @@ in {
pulsemixer pulsemixer
easyeffects easyeffects
# Productivity # Productivity
fff
zathura zathura
libreoffice-fresh libreoffice-fresh
gnome.simple-scan gnome3.simple-scan
bc bc
citrix_workspace citrix_workspace
# Mail stack # Mail stack