mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
remove picard override
This commit is contained in:
parent
f925bd02ef
commit
b41349b8db
1 changed files with 1 additions and 2 deletions
|
@ -109,8 +109,8 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
localPkgs.prismlauncher-withExtraStuff
|
localPkgs.prismlauncher-withExtraStuff
|
||||||
|
picard
|
||||||
mixxx
|
mixxx
|
||||||
(picard.overrideAttrs { dontUseSetuptoolsCheck = true; })
|
|
||||||
goverlay
|
goverlay
|
||||||
(strawberry-qt6.overrideAttrs (
|
(strawberry-qt6.overrideAttrs (
|
||||||
finalAttrs: previousAttrs: {
|
finalAttrs: previousAttrs: {
|
||||||
|
@ -132,7 +132,6 @@
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
jitsi-meet-electron
|
jitsi-meet-electron
|
||||||
thunderbird
|
thunderbird
|
||||||
vesktop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue