mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
7 lines
114 B
Nix
7 lines
114 B
Nix
{ pkgs, ... }: {
|
|
# Settings just for personal machines go here
|
|
|
|
home.packages = with pkgs; [
|
|
chirp
|
|
];
|
|
}
|