diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-05 21:45:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-05 21:45:32 -0600 |
| commit | eecebc6ffa285678f650700d771aace2efcf2176 (patch) | |
| tree | 4fcec99522c18bce4597965b47508c64308857d6 /nixos/default.nix | |
| parent | 5b0ef836787a6d5b2bcf390899e7357e5255d515 (diff) | |
nixos: remove services, trash
Diffstat (limited to '')
| -rw-r--r-- | nixos/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index e2637ac..5ce655e 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -4,8 +4,5 @@ pkgs, ... }: { - imports = [ - ./trash - ./services - ]; + imports = []; } |
