Merge pull request #534 from genebean/chirp

Add CHIRP
This commit is contained in:
Gene Liverman 2025-08-11 08:31:52 -04:00 committed by GitHub
commit a0f922ecd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,7 @@
{ ... }: { { pkgs, ... }: {
# Settings just for personal machines go here # Settings just for personal machines go here
home.packages = with pkgs; [
chirp
];
} }