removed client form environments

This commit is contained in:
Leyla Becker 2024-11-25 01:13:31 -06:00
parent cef6ad7125
commit 047d1e4d8f
5 changed files with 9 additions and 13 deletions

View file

@ -1,7 +0,0 @@
{pkgs, ...}: {
imports = [];
environment.systemPackages = with pkgs; [
cachefilesd
];
}