From daac7ebcb01d2772a8441b08a481cd5b107bfcfa Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 10 Nov 2022 21:23:10 +0100 Subject: [PATCH] remove users/hexchen.nix --- common/hexchen.nix | 9 --------- common/users.nix | 3 --- 2 files changed, 12 deletions(-) delete mode 100644 common/hexchen.nix 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;