slateport: set image for stylix even though we don't use it

This commit is contained in:
Aly Raffauf 2024-09-17 19:09:13 -04:00
parent 6c8e97ef47
commit 98f29bb022

View file

@ -40,6 +40,11 @@
syncthing.guiAddress = "0.0.0.0:8384"; syncthing.guiAddress = "0.0.0.0:8384";
}; };
stylix = {
enable = false;
image = "${self.inputs.wallpapers}/wallhaven-mp886k.jpg";
};
system.stateVersion = "24.05"; system.stateVersion = "24.05";
zramSwap.memoryPercent = 100; zramSwap.memoryPercent = 100;