From fbae743a4ced3b95decd9bc7dfe1cf333fccbd4e Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 19 Jun 2021 10:50:35 -0400 Subject: [PATCH] Add X11 module --- README.org | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 91e6849..28845a7 100644 --- a/README.org +++ b/README.org @@ -591,6 +591,7 @@ raspberry = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = [ ./hosts/raspberry + <> <> <> inputs.home-manager.nixosModules.home-manager { diff --git a/flake.nix b/flake.nix index b435d42..2448ac8 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,7 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/raspberry + ./modules/x11.nix ./modules/flakes.nix ./modules/cachix.nix inputs.home-manager.nixosModules.home-manager {