modules updates
This commit is contained in:
12
modules/shell.nix
Normal file
12
modules/shell.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./shell/exercism.nix ./dev/python.nix ./dev/haskell.nix ];
|
||||
my = {
|
||||
shell = { exercism.enable = lib.mkDefault false; };
|
||||
dev = {
|
||||
haskell.enable = lib.mkDefault false;
|
||||
python.enable = lib.mkDefault false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user