ref(nix): refactored out universityTools

This commit is contained in:
Léana 江 2024-02-12 19:30:59 +01:00 committed by Léana 江
parent 4662ca2acc
commit eaeb922882
7 changed files with 20 additions and 32 deletions

View file

@ -1,5 +1,6 @@
{audio-lint, ...}: {
imports = [./dev.nix ./fonts.nix];
imports = [./fonts.nix];
home.homeDirectory = "/Users/leana";
home.packages = [

View file

@ -1,15 +0,0 @@
{
pkgs,
mypkgs,
unstable,
...
}: {
home.packages = [
# University stuff
unstable.opam
unstable.cargo
mypkgs.logisim-evolution
mypkgs.necrolib
pkgs.rars
];
}