mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 20:33:59 +01:00
meta: Use tmpfs for /tmp
This should speed up some things.
This commit is contained in:
parent
0bf134297b
commit
f67a664a76
@ -56,6 +56,7 @@
|
|||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.tmp.useTmpfs = true;
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
hypr-contrib.packages."x86_64-linux".grimblast
|
hypr-contrib.packages."x86_64-linux".grimblast
|
||||||
|
Loading…
Reference in New Issue
Block a user