From f67a664a76f399c55828be8668e8d30b10b95119 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 4 Jun 2023 12:37:01 -0400 Subject: [PATCH] meta: Use tmpfs for /tmp This should speed up some things. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c576eb91..32f139ea 100644 --- a/flake.nix +++ b/flake.nix @@ -56,6 +56,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.tmp.useTmpfs = true; environment.systemPackages = [ hypr-contrib.packages."x86_64-linux".grimblast