wip!: init home-manager configs

This commit is contained in:
Zhongheng Liu 2026-01-06 20:27:52 +01:00
commit 43f1ce3c05
Signed by untrusted user who does not match committer: steven
GPG key ID: 805A28B071DAD84B
10 changed files with 87 additions and 19 deletions

7
home/scripts/default.nix Normal file
View file

@ -0,0 +1,7 @@
{
pkgs,
}: [
(pkgs.writeShellApplication {
name = "vol.sh";
}
]