add acronym

This commit is contained in:
2024-11-25 14:48:21 +01:00
parent 532a34e6e2
commit 0bfd7e8291
8 changed files with 191 additions and 213 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
kernel.python.minimal = {
enable = true;
@@ -10,5 +10,10 @@
kernel.bash.minimal = {
enable = true;
runtimePackages = [
pkgs.python3
pkgs.nix
pkgs.git
];
};
}