packages: Drop slade

Fixes an issue where slade was causing manual compiles among other
things.
This commit is contained in:
Donovan Glover 2024-03-23 18:14:53 -04:00
parent 0151098d47
commit 488b7a61de
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,7 +3,6 @@
{
environment.systemPackages = with pkgs; [
grimblast
slade
osu-lazer-bin
(pass.withExtensions (ext: with ext; [ pass-otp ]))
pass
@ -127,9 +126,5 @@
"osu-lazer-bin-2024.312.1"
];
nixpkgs.config.permittedInsecurePackages = [
"freeimage-unstable-2021-11-01"
];
environment.defaultPackages = [ ];
}