jay, many thing

This commit is contained in:
atagen 2026-03-09 13:58:20 +11:00
parent d4d04d7d6d
commit 6e62eccfba
32 changed files with 5580 additions and 333 deletions

View file

@ -1,15 +1,10 @@
{
inputs,
localPkgs,
getFlakePkg',
pkgs,
...
}:
scope "user" {
programs = {
direnv = {
enable = true;
integrations.fish.enable = true;
};
direnv.enable = true;
git = {
enable = true;
@ -34,4 +29,6 @@ scope "user" {
};
};
packages = [ pkgs.jujutsu ];
}