No tmpfs for desktop since weird apps use /tmp weird
Some checks failed
/ check (push) Failing after 3m43s

This commit is contained in:
Daniel Flanagan 2024-11-25 13:34:16 -06:00
parent c11e683a6a
commit 25d8cf48d5
2 changed files with 3 additions and 3 deletions

View file

@ -1188,7 +1188,7 @@
root root
]; ];
boot.tmp.useTmpfs = true; # boot.tmp.useTmpfs = true;
systemd.services.nix-daemon = { systemd.services.nix-daemon = {
environment.TMPDIR = "/var/tmp"; environment.TMPDIR = "/var/tmp";
}; };

View file

@ -96,7 +96,7 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
settings = { settings = {
env = [ env = [
"EWW_BAR_MON,1" "EWW_BAR_MON,0"
]; ];
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
monitor = [ monitor = [
@ -108,7 +108,7 @@
"desc:LG Display 0x0521,3840x2160@120,0x0,1" "desc:LG Display 0x0521,3840x2160@120,0x0,1"
"desc:Dell Inc. DELL U2720Q D3TM623,3840x2160@60,3840x0,1.5,transform,1" "desc:Dell Inc. DELL U2720Q D3TM623,3840x2160@60,3840x0,1.5,transform,1"
*/ */
"DP-2,3840x2160@60,0x0,1.5,transform,1" "DP-1,3840x2160@60,0x0,1.5,transform,1"
]; ];
input = { input = {
force_no_accel = true; force_no_accel = true;