Fold dotfiles-nixos into this repository #1

Merged
alexion merged 32 commits from nixos-migration into main 2026-07-19 09:30:46 -04:00
Showing only changes of commit bfc9e6f75b - Show all commits

View File

@@ -17,7 +17,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Swap is RAM-backed zram rather than an on-disk partition. Task 0003 lifts
# this into the zram toggle Module; enabled directly here for now.
# Swap is RAM-backed zram rather than an on-disk partition.
zramSwap.enable = true;
}