mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-29 13:44:34 +02: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; [
|
environment.systemPackages = with pkgs; [
|
||||||
grimblast
|
grimblast
|
||||||
slade
|
|
||||||
osu-lazer-bin
|
osu-lazer-bin
|
||||||
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
||||||
pass
|
pass
|
||||||
@ -127,9 +126,5 @@
|
|||||||
"osu-lazer-bin-2024.312.1"
|
"osu-lazer-bin-2024.312.1"
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"freeimage-unstable-2021-11-01"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.defaultPackages = [ ];
|
environment.defaultPackages = [ ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user