System Gen129 @ 2024-11-02-16:21:26
This commit is contained in:
parent
e0c301b51c
commit
d9937bbdef
@ -1,4 +1,15 @@
|
||||
{pkgs, ...}: {
|
||||
{pkgs, ...}: let
|
||||
RStudio-with-my-packages =
|
||||
pkgs.rstudioWrapper.override
|
||||
{
|
||||
packages = with pkgs.rPackages; [
|
||||
MASS
|
||||
bayesplot
|
||||
ggplot2
|
||||
tidyverse
|
||||
];
|
||||
};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
age
|
||||
alejandra
|
||||
@ -27,7 +38,7 @@
|
||||
qalculate-qt
|
||||
qtpass
|
||||
ranger
|
||||
rstudio
|
||||
RStudio-with-my-packages
|
||||
sops
|
||||
spotify
|
||||
unstable.nh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user