add screen to crow, update readme

This commit is contained in:
TheWanderingCrow 2025-07-11 10:37:25 -04:00
parent c30b9b9fa0
commit f02cd9865f
2 changed files with 4 additions and 1 deletions

View file

@ -44,7 +44,6 @@
- `nixos` - Custom modules specific to nixos-based hosts - `nixos` - Custom modules specific to nixos-based hosts
- `services` - Definitions for hosted services - `services` - Definitions for hosted services
- `overlays` - Custom modifications to upstream packages. - `overlays` - Custom modifications to upstream packages.
- Currently not using overlays.
- `pkgs` - Custom packages meant to be shared or upstreamed. - `pkgs` - Custom packages meant to be shared or upstreamed.
- `common` - Custom packages that will work on either nixos or dariwn - `common` - Custom packages that will work on either nixos or dariwn
- `darwin` - Custom packages specific to dariwn-based hosts - `darwin` - Custom packages specific to dariwn-based hosts

View file

@ -22,6 +22,10 @@ in {
./git.nix ./git.nix
]; ];
home.packages = with pkgs; [
screen
];
inherit hostSpec; inherit hostSpec;
home = { home = {