School: install PSeInt

This commit is contained in:
Toast 2023-09-28 00:33:22 +02:00
parent 29e7ab4516
commit 3746b5356e

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, flakeSelf, ... }:
{ {
imports = [ imports = [
@ -7,5 +7,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
dia dia
flakeSelf.packages.x86_64-linux.pseint
]; ];
} }