fixes home manager build issues from kde autoloading gtk config stuff
This commit is contained in:
parent
af4e3c7445
commit
8f239baad2
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue