TMPDIR in home if allegro

This commit is contained in:
Antoine Vaure 2024-10-21 01:13:51 +02:00 committed by ant
parent e409069b14
commit 6efb57bd23

View file

@ -1,4 +1,4 @@
{ inputs, config, lib, pkgs, username, ... }: { inputs, config, lib, pkgs, username, variant, ... }:
{ {
imports = [ imports = [
@ -138,7 +138,7 @@
QT_AUTO_SCREEN_SCALE_FACTOR = "1"; QT_AUTO_SCREEN_SCALE_FACTOR = "1";
WLR_NO_HARDWARE_CURSORS = "1"; WLR_NO_HARDWARE_CURSORS = "1";
XCURSOR_SIZE = "24"; XCURSOR_SIZE = "24";
}; } // (if variant == "allegro" then { TMPDIR = "/home/${username}/tmp"; } else {});
home.keyboard.options = [ home.keyboard.options = [
"caps:escape" "caps:escape"