mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
packages: Drop slade
Fixes an issue where slade was causing manual compiles among other things.
This commit is contained in:
parent
0151098d47
commit
488b7a61de
@ -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 = [ ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user