Compare commits
No commits in common. "ed03bfc821030f995c8d31b67d771e4bb91548a4" and "32cfbe512d02d6757e07ffca54db9e86d3037e1e" have entirely different histories.
ed03bfc821
...
32cfbe512d
|
@ -38,11 +38,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1664370076,
|
||||
"narHash": "sha256-NDnIo0nxJozLwEw0VPM+RApMA90uTfbvaNNtC5eB7Os=",
|
||||
"lastModified": 1664281702,
|
||||
"narHash": "sha256-haixZ4TJLu1Dciow54wrHrHvlGDVr5sW6MTeAV/ZLuI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "854fdc68881791812eddd33b2fed94b954979a8e",
|
||||
"rev": "7e52b35fe98481a279d89f9c145f8076d049d2b9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -7,9 +7,8 @@ let
|
|||
(epkgs: with epkgs; [ vterm pdf-tools ]));
|
||||
isync-oauth2 = isync.overrideAttrs
|
||||
(div: rec { buildInputs = [ openssl db patched-cyrus-sasl-oauth2 zlib ]; });
|
||||
mpv-sponsorblock = (pkgs.wrapMpv pkgs.mpv-unwrapped {
|
||||
scripts = [ mpvScripts.sponsorblock ];
|
||||
});
|
||||
mpv-sponsorblock =
|
||||
(mpv-with-scripts.override { scripts = [ mpvScripts.sponsorblock ]; });
|
||||
|
||||
in {
|
||||
environment.systemPackages = [
|
||||
|
@ -61,9 +60,10 @@ in {
|
|||
pulsemixer
|
||||
easyeffects
|
||||
# Productivity
|
||||
fff
|
||||
zathura
|
||||
libreoffice-fresh
|
||||
gnome.simple-scan
|
||||
gnome3.simple-scan
|
||||
bc
|
||||
citrix_workspace
|
||||
# Mail stack
|
||||
|
|
Loading…
Reference in New Issue