add acronym
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user