desktop: Remove useless home-manager import

This didn't actually do anything since we don't make use of the
home-manager import inside the module.
This commit is contained in:
Donovan Glover 2024-08-27 17:39:11 -04:00
parent 6036d49620
commit 1901a33e87
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -56,7 +56,6 @@ let
in
{
imports = attrValues {
inherit (nix-config.inputs.home-manager.nixosModules) home-manager;
inherit (nix-config.inputs.stylix.nixosModules) stylix;
};