yukigekko sync
Some checks failed
Test Flake / test_flake (push) Failing after 37s
Test Flake / dry_build (push) Failing after 28s
Update Flake / update_flake (push) Successful in 22s

This commit is contained in:
2026-02-03 11:24:18 -07:00
parent 8d57375900
commit 34a4dc54f7

View File

@@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
];
programs. = {
enable = true;
};
}