diff --git a/modules/users/crow/user.nix b/modules/users/crow/user.nix index 3a0e473..99c94a8 100644 --- a/modules/users/crow/user.nix +++ b/modules/users/crow/user.nix @@ -5,5 +5,5 @@ extraGroups = [ "wheel" "networkmanager" "audio" ]; }; - config.home-manager.users.crow = lib.mkIf config.users.crow.home.enable ./crow/home.nix; + config.home-manager.users.crow = lib.mkIf config.users.crow.home.enable ./home.nix; }