remove hexchen home-manager
This commit is contained in:
parent
1291d3c9f6
commit
0e20c9ddfa
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ in {
|
|||
imports = [
|
||||
../modules
|
||||
./users.nix
|
||||
(sources.home-manager + "/nixos")
|
||||
modules.network.nftables
|
||||
];
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ let
|
|||
sources = import ../nix/sources.nix;
|
||||
in {
|
||||
imports = [
|
||||
(import sources.nix-hexchen {}).users.hexchen.base
|
||||
# (import sources.nix-hexchen {}).users.hexchen.base
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue