chore: remove unused file since module transformation

This commit is contained in:
Yorick Barbanneau 2024-04-14 21:37:40 +02:00
parent f977af61a9
commit a7738e0753
2 changed files with 0 additions and 7 deletions

View file

@ -1,6 +0,0 @@
{ ... }:
{
imports = [
./direnv.nix
];
}

View file

@ -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;