mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
6036d49620
commit
1901a33e87
@ -56,7 +56,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = attrValues {
|
imports = attrValues {
|
||||||
inherit (nix-config.inputs.home-manager.nixosModules) home-manager;
|
|
||||||
inherit (nix-config.inputs.stylix.nixosModules) stylix;
|
inherit (nix-config.inputs.stylix.nixosModules) stylix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user