Fix boot, add java+node, fix backlight
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.dov.development.jetbrains;
|
||||
in {
|
||||
options.dov.development.jetbrains = {
|
||||
toolbox.enable = mkEnableOption "toolbox config";
|
||||
};
|
||||
|
||||
config = {
|
||||
home.packages = [] ++ optionals cfg.toolbox.enable [ pkgs.jetbrains-toolbox ];
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user