Compare commits

..

No commits in common. "b21a8b718f0351059092fc6d0163906559d01045" and "5a09d03aef6fdc56a02c90b238cc97cf0c175290" have entirely different histories.

2 changed files with 22 additions and 22 deletions

View File

@ -18,19 +18,19 @@
jupyter-core
matplotlib
];
# myRPackages = with pkgs.rPackages; [
# reticulate # wanted by quarto to execute Python when using R.
# # any other RPackages - you can reuse this list for R and RStudio
# ];
# patchedQuarto = (pkgs.quarto.override {
# extraPythonPackages = myPythonPackages;
# extraRPackages = myRPackages;
# }).overrideAttrs (oldAttrs: { # Remove this overrideAttrs patch when fixed. See https://github.com/NixOS/nixpkgs/issues/519484#issuecomment-4667477454
# postPatch = (oldAttrs.postPatch or "") + ''
# substituteInPlace bin/quarto.js \
# --replace-fail "syntax-highlighting" "highlight-style"
# '';
# });
myRPackages = with pkgs.rPackages; [
reticulate # wanted by quarto to execute Python when using R.
# any other RPackages - you can reuse this list for R and RStudio
];
patchedQuarto = (pkgs.quarto.override {
extraPythonPackages = myPythonPackages;
extraRPackages = myRPackages;
}).overrideAttrs (oldAttrs: { # Remove this overrideAttrs patch when fixed. See https://github.com/NixOS/nixpkgs/issues/519484#issuecomment-4667477454
postPatch = (oldAttrs.postPatch or "") + ''
substituteInPlace bin/quarto.js \
--replace-fail "syntax-highlighting" "highlight-style"
'';
});
patchedPicoSdk = (pkgs.pico-sdk.override {
withSubmodules = true;
});
@ -56,7 +56,6 @@
dconf-editor
winetricks
libreoffice-qt
unzip
# Games
eden
@ -77,15 +76,17 @@
gcc
gcc-arm-embedded
arduino-ide
#### next generation of Rmarkdown for Python, Julia, R, and JS:
patchedQuarto
#### Your command-line Python:
(python3.withPackages (myPythonPackages))
# patchedQuarto
# (rWrapper.override {packages = myRPackages; })
#### R and RStudio:
(rWrapper.override {packages = myRPackages; })
(rstudioWrapper.override { packages = myRPackages; })
SDL2.dev
unityhub
godot
# Electronics
digital
qucs-s
kicad
# Communication
@ -131,7 +132,6 @@
"com.jetpackduba.Gitnuro"
"moe.launcher.the-honkers-railway-launcher"
"com.obsproject.Studio"
"com.obsproject.Studio.Plugin.PipeWireAudioCapture"
# "dev.deedles.Trayscale"
];

View File

@ -78,11 +78,11 @@ in
};
"org/gnome/desktop/app-folders/folders/Programming" = {
name = "Programmation";
apps = [ "code.desktop" "com.jetpackduba.Gitnuro.desktop" "arduino-ide.desktop" "org.godotengine.Godot4.6.desktop" "unityhub.desktop" ];
apps = [ "code.desktop" "com.jetpackduba.Gitnuro.desktop" "arduino-ide.desktop" "rstudio.desktop" ];
};
"org/gnome/desktop/app-folders/folders/Electronic" = {
name = "Electronique";
apps = [ "org.kicad.kicad.desktop" "org.kicad.eeschema.desktop" "org.kicad.pcbnew.desktop" "digital.desktop" "org.kicad.bitmap2component.desktop" "org.kicad.pcbcalculator.desktop" "org.kicad.gerbview.desktop" ];
apps = [ "org.kicad.kicad.desktop" "org.kicad.eeschema.desktop" "org.kicad.pcbnew.desktop" "qucs-s.desktop" "org.kicad.bitmap2component.desktop" "org.kicad.pcbcalculator.desktop" "org.kicad.gerbview.desktop" ];
};
"org/gnome/desktop/app-folders/folders/Art" = {
name = "Art";