Remove unused program from flake and school role

This commit is contained in:
Toast 2024-01-19 12:10:00 +01:00
parent 1f00befb3e
commit b5a58ea23f
3 changed files with 1 additions and 69 deletions

View file

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