mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nix): refactored out universityTools
This commit is contained in:
parent
4662ca2acc
commit
eaeb922882
7 changed files with 20 additions and 32 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
unstable,
|
||||
mypkgs,
|
||||
lib,
|
||||
enableCmus,
|
||||
extraUtils,
|
||||
universityTools,
|
||||
...
|
||||
}: {
|
||||
home = {
|
||||
|
|
@ -70,6 +73,8 @@
|
|||
++ (
|
||||
if extraUtils
|
||||
then [
|
||||
unstable.opam
|
||||
unstable.cargo
|
||||
hyperfine
|
||||
watchexec
|
||||
tea
|
||||
|
|
@ -77,5 +82,14 @@
|
|||
gnumake
|
||||
]
|
||||
else []
|
||||
)
|
||||
++ (
|
||||
if universityTools
|
||||
then [
|
||||
mypkgs.logisim-evolution
|
||||
mypkgs.necrolib
|
||||
pkgs.rars
|
||||
]
|
||||
else []
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue