Refactorings and cleanups

This commit is contained in:
Fabian Hauser 2022-01-05 16:51:44 +01:00
parent 9ed4b18e1d
commit abe0ef7ad8
10 changed files with 28 additions and 141 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
{
imports = [ ./android-studio.nix ./openvpn.nix ];
# Note: Some of these files might not be provided by this repository.
imports = [ ./openvpn.nix ];
}