From 1f89497e811a1b13e4df42c10433fbe51ac051f3 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 21 Feb 2024 10:35:38 -0600 Subject: [PATCH] Added common config to each machine. --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 3449e98..7c45090 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ # old configuration file can still take effect. # Note: configuration.nix itself is also a Nixpkgs Module, ./nixos/durincore/configuration.nix + ./nixos/common.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -43,6 +44,7 @@ specialArgs = inputs; modules = [ ./nixos/este/configuration.nix + ./nixos/common.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -56,6 +58,7 @@ specialArgs = inputs; modules = [ ./nixos/gandalf/configuration.nix + ./nixos/common.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;