Compare commits
4 Commits
32cfbe512d
...
ed03bfc821
Author | SHA1 | Date |
---|---|---|
coolneng | ed03bfc821 | |
coolneng | 5fc1d7c000 | |
coolneng | 6fc2342cae | |
coolneng | d5c43fe4f7 |
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664281702,
|
"lastModified": 1664370076,
|
||||||
"narHash": "sha256-haixZ4TJLu1Dciow54wrHrHvlGDVr5sW6MTeAV/ZLuI=",
|
"narHash": "sha256-NDnIo0nxJozLwEw0VPM+RApMA90uTfbvaNNtC5eB7Os=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "7e52b35fe98481a279d89f9c145f8076d049d2b9",
|
"rev": "854fdc68881791812eddd33b2fed94b954979a8e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -7,8 +7,9 @@ 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 =
|
mpv-sponsorblock = (pkgs.wrapMpv pkgs.mpv-unwrapped {
|
||||||
(mpv-with-scripts.override { scripts = [ mpvScripts.sponsorblock ]; });
|
scripts = [ mpvScripts.sponsorblock ];
|
||||||
|
});
|
||||||
|
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
@ -60,10 +61,9 @@ in {
|
||||||
pulsemixer
|
pulsemixer
|
||||||
easyeffects
|
easyeffects
|
||||||
# Productivity
|
# Productivity
|
||||||
fff
|
|
||||||
zathura
|
zathura
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
gnome3.simple-scan
|
gnome.simple-scan
|
||||||
bc
|
bc
|
||||||
citrix_workspace
|
citrix_workspace
|
||||||
# Mail stack
|
# Mail stack
|
||||||
|
|
Loading…
Reference in New Issue