diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 0b7d88b..06e8278 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -10,6 +10,7 @@ boot = { + tmp.cleanOnBoot = true; plymouth.enable = true; # Use xanmod kernel kernelPackages = pkgs.linuxPackages_xanmod_latest;