Change theme and fix invisible characters

This commit is contained in:
Jimbo 2024-10-27 04:48:09 -04:00
parent 2550c9b195
commit 4f43498d0f
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# Misc
../../../overlays
../../../variables
../../../variables/look/colors/orange
../../../variables/look/colors/green
# Imports
nur.nixosModules.nur

View file

@ -2,7 +2,7 @@
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernel.sysctl."vm.max_map_count" = 2147483642;
kernel.sysctl."vm.max_map_count" = 2147483642;
initrd = {
systemd.enable = true;
luks.devices = {