Add CHIRP

This commit is contained in:
Gene Liverman 2025-08-11 08:30:02 -04:00
parent 4f9e5797d0
commit 8cca78bcad
No known key found for this signature in database

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
];
} }