remove users/hexchen.nix
This commit is contained in:
parent
e29cd5f887
commit
daac7ebcb0
2 changed files with 0 additions and 12 deletions
|
@ -1,9 +0,0 @@
|
|||
{config, lib, pkgs, ...}:
|
||||
|
||||
let
|
||||
sources = import ../nix/sources.nix;
|
||||
in {
|
||||
imports = [
|
||||
# (import sources.nix-hexchen {}).users.hexchen.base
|
||||
];
|
||||
}
|
|
@ -1,9 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hexchen.nix
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue