feat: Add jconfig.dev.enable option
Currently it only enables dev documentation, but maybe I'll add more stuff.
This commit is contained in:
parent
3da158a7fa
commit
f01a1463fe
2 changed files with 10 additions and 0 deletions
|
@ -46,6 +46,9 @@ in
|
|||
pkgs.unzip
|
||||
];
|
||||
|
||||
# Enable dev documentation
|
||||
documentation.dev.enable = cfg.dev.enable;
|
||||
|
||||
# Shell prompt
|
||||
programs.starship.enable = true;
|
||||
programs.starship.settings = lib.mkIf cfg.styling.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue