remove users/hexchen.nix

pull/5/head
stuebinm 2022-11-10 21:23:10 +01:00
parent e29cd5f887
commit daac7ebcb0
2 changed files with 0 additions and 12 deletions

View File

@ -1,9 +0,0 @@
{config, lib, pkgs, ...}:
let
sources = import ../nix/sources.nix;
in {
imports = [
# (import sources.nix-hexchen {}).users.hexchen.base
];
}

View File

@ -1,9 +1,6 @@
{ config, pkgs, lib, ... }:
{
imports = [
./hexchen.nix
];
home-manager.useGlobalPkgs = true;