From c0a0897041dda44ed65bbff34273c01f246aad71 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 16 Jan 2024 13:45:02 +0100 Subject: [PATCH] Ad home manager module in flake --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7342ca4..e6726ed 100644 --- a/flake.nix +++ b/flake.nix @@ -61,6 +61,7 @@ # > Our main nixos configuration file < ./nixos/hosts/EDI/configuration.nix sops-nix.nixosModules.sops + plasma-manager.homeManagerModules.plasma-manager ]; }; }; @@ -73,7 +74,7 @@ # > Our main nixos configuration file < ./nixos/hosts/GLaDOS/configuration.nix sops-nix.nixosModules.sops - #plasma-manager.homeManagerModules.plasma-manager + plasma-manager.homeManagerModules.plasma-manager home-manager.nixosModules.home-manager ]; };