gimp3, disable channels

This commit is contained in:
Kopatz
2025-03-10 14:57:43 +01:00
parent d0fa3674c3
commit 28c4ff21a6
7 changed files with 38 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
../../modules/fh/writing.nix
../../modules/work/vpn.nix
../../modules/misc/faster-boot-time.nix
../../modules/hardware/ryzen.nix
];
custom = {
@@ -101,6 +102,7 @@
environment.systemPackages = with pkgs; [
libimobiledevice
ifuse # optional, to mount using 'ifuse'
gimp3.gimp
];
nixpkgs.config.permittedInsecurePackages = [
@@ -155,10 +157,6 @@
EndSection
'';
#zenpower for ryzen
boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
boot.kernelModules = [ "zenpower" ];
boot.blacklistedKernelModules = [ "k10temp" ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;