dot-nixos/system/services/default.nix

13 lines
147 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./greetd.nix
./pipewire.nix
./polkit.nix
];
services.fstrim.enable = true;
}