chore: remove unused file since module transformation
This commit is contained in:
parent
f977af61a9
commit
a7738e0753
2 changed files with 0 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./direnv.nix
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -63,7 +63,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../hosts/${hostname}/home-config.nix
|
../hosts/${hostname}/home-config.nix
|
||||||
../modules/home-manager/default.nix
|
../modules/home-manager/default.nix
|
||||||
../home-manager/cli
|
|
||||||
] ++ lib.optional (
|
] ++ lib.optional (
|
||||||
builtins.pathExists ../home-manager/hosts/${hostname}.nix
|
builtins.pathExists ../home-manager/hosts/${hostname}.nix
|
||||||
) ../home-manager/hosts/${hostname}.nix;
|
) ../home-manager/hosts/${hostname}.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue