From c0ec18cbd4a4e49a94114414bbee3c8a747d8e13 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 11 Feb 2023 16:35:42 +0100 Subject: Feat(home-manager): Make the home configuration better --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f2038dad..7514aeca 100644 --- a/flake.nix +++ b/flake.nix @@ -24,12 +24,12 @@ nixosConfigurations.Tiamat = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = inputs; - modules = [./hosts/desktop/configuration.nix]; - }; - nixosConfigurations.Apzu = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = inputs; - modules = [./hosts/laptop/configuration.nix]; + modules = [./hosts/desktop/configuration.nix (import ./home-manager/home.nix {})]; }; + # nixosConfigurations.Apzu = nixpkgs.lib.nixosSystem { + # system = "x86_64-linux"; + # specialArgs = inputs; + # modules = [./hosts/laptop/configuration.nix]; + # }; }; } -- cgit 1.4.1