diff --git a/README.md b/README.md index 036bd22..94793f6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ - `nixos` - Custom modules specific to nixos-based hosts - `services` - Definitions for hosted services - `overlays` - Custom modifications to upstream packages. - - Currently not using overlays. - `pkgs` - Custom packages meant to be shared or upstreamed. - `common` - Custom packages that will work on either nixos or dariwn - `darwin` - Custom packages specific to dariwn-based hosts diff --git a/home/crow/common/core/default.nix b/home/crow/common/core/default.nix index b15fa40..69b88ea 100644 --- a/home/crow/common/core/default.nix +++ b/home/crow/common/core/default.nix @@ -22,6 +22,10 @@ in { ./git.nix ]; + home.packages = with pkgs; [ + screen + ]; + inherit hostSpec; home = {