add treefmt and jupyter lab
This commit is contained in:
14
kernels.nix
Normal file
14
kernels.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ ... }:
|
||||
{
|
||||
kernel.python.minimal = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
kernel.nix.minimal = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
kernel.bash.minimal = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user