mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -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
|
- `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
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,10 @@ in {
|
||||||
./git.nix
|
./git.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
screen
|
||||||
|
];
|
||||||
|
|
||||||
inherit hostSpec;
|
inherit hostSpec;
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue