configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-28 12:23:29 -04:00
parent a5a09595c6
commit ff5774227b

View file

@ -92,6 +92,7 @@
steam
zotero_7
renoise
handbrake
];
username = "emenel";
@ -128,7 +129,7 @@
nixpkgs.config.packageOverrides = pkgs: {
renoise = pkgs.renoise.override {
releasePath = "./rns_344_linux_x86_64.tar.gz";
releasePath = "rns_344_linux_x86_64.tar.gz";
};
};