fixes home manager build issues from kde autoloading gtk config stuff

This commit is contained in:
alyx 2025-07-02 14:03:27 +01:00
parent af4e3c7445
commit 8f239baad2
No known key found for this signature in database

View file

@ -10,6 +10,10 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
programs.plasma.configFile.kded5rc = {
"Module-gtkconfig"."autoload" = false;
};
nix.package = pkgs.lix; nix.package = pkgs.lix;
nix.buildMachines = [ { nix.buildMachines = [ {
hostName = "alyx@192.168.1.145"; hostName = "alyx@192.168.1.145";