diff --git a/common/hexchen.nix b/common/hexchen.nix deleted file mode 100644 index 4f4c369..0000000 --- a/common/hexchen.nix +++ /dev/null @@ -1,9 +0,0 @@ -{config, lib, pkgs, ...}: - -let - sources = import ../nix/sources.nix; -in { - imports = [ - # (import sources.nix-hexchen {}).users.hexchen.base - ]; -} diff --git a/common/users.nix b/common/users.nix index 22002ca..8ee2126 100644 --- a/common/users.nix +++ b/common/users.nix @@ -1,9 +1,6 @@ { config, pkgs, lib, ... }: { - imports = [ - ./hexchen.nix - ]; home-manager.useGlobalPkgs = true;