1

deps: exclude certain packages from plasma6

This commit is contained in:
Himadri Bhattacharjee
2024-11-29 17:11:48 +05:30
parent 96321ad439
commit 88d47bd07f
2 changed files with 7 additions and 3 deletions

View File

@@ -147,9 +147,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
environment.plasma6.excludePackages = with pkgs; [
konsole
];
environment.variables = {
# Set the path for pkg-config. Mostly for CFFI projects.
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";