diff options
Diffstat (limited to 'modules/system/services/default.nix')
| -rw-r--r-- | modules/system/services/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/services/default.nix b/modules/system/services/default.nix index 44436bd..a8292b2 100644 --- a/modules/system/services/default.nix +++ b/modules/system/services/default.nix @@ -1,10 +1,12 @@ { pkgs, ... }: { imports = [ + # ./adb.nix ./ananicy.nix ./dbus.nix ./libinput.nix ./ollama.nix + # ./printing.nix ./xserver.nix ]; |