feat(util): Added option to easily add new programs/modules using just
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

feat(virtualisation): Added waydroid
chore(structure): moved all individual home.packages into their own files
This commit is contained in:
2026-01-13 11:35:11 +05:30
parent 165dff7faa
commit fd2ea0ba07
24 changed files with 69 additions and 49 deletions

View File

@@ -431,7 +431,7 @@
# };
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [sops just openssl];
packages = with pkgs; [sops just openssl ast-grep];
};
};
}