From f02cd9865f7d8f0bc4a5034e220f34773c477070 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 11 Jul 2025 10:37:25 -0400 Subject: [PATCH] add screen to crow, update readme --- README.md | 1 - home/crow/common/core/default.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 = {