TMPDIR in home if allegro
This commit is contained in:
parent
e409069b14
commit
6efb57bd23
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, lib, pkgs, username, ... }:
|
||||
{ inputs, config, lib, pkgs, username, variant, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
XCURSOR_SIZE = "24";
|
||||
};
|
||||
} // (if variant == "allegro" then { TMPDIR = "/home/${username}/tmp"; } else {});
|
||||
|
||||
home.keyboard.options = [
|
||||
"caps:escape"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue