moved network manager out of environments

This commit is contained in:
Leyla Becker 2024-11-25 01:11:22 -06:00
parent 4d191a27cc
commit cef6ad7125
6 changed files with 6 additions and 10 deletions

View file

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