options follow my.schema to avoid conflicts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
options = { myPython.enable = lib.mkEnableOption "enable"; };
|
||||
config = lib.mkIf config.myPython.enable {
|
||||
options.my.dev.python.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.dev.python.enable {
|
||||
users.users.jawz.packages = with pkgs; ([
|
||||
pipenv # python development workflow for humans
|
||||
(python3.withPackages (ps:
|
||||
|
||||
Reference in New Issue
Block a user