mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
add screen to crow, update readme
This commit is contained in:
parent
c30b9b9fa0
commit
f02cd9865f
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ in {
|
|||
./git.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
screen
|
||||
];
|
||||
|
||||
inherit hostSpec;
|
||||
|
||||
home = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue