Nix-Hyprland/nixos/modules/trim.nix

4 lines
37 B
Nix
Raw Normal View History

2024-04-16 20:52:14 -04:00
{
services.fstrim.enable = true;
}