nixos: remove services, trash

This commit is contained in:
Alejandro Soto 2025-08-05 21:45:03 -06:00
parent adc44af3a0
commit 1c7810a49e
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16
4 changed files with 1 additions and 77 deletions

View file

@ -4,8 +4,5 @@
pkgs,
...
}: {
imports = [
./trash
./services
];
imports = [];
}