Formatting
This commit is contained in:
parent
ae65065d5c
commit
3ca8c5e218
9 changed files with 156 additions and 108 deletions
|
@ -1,7 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
with lib;
|
||||
let cfg = config.voidconf.zsh;
|
||||
in {
|
||||
let
|
||||
cfg = config.voidconf.zsh;
|
||||
in
|
||||
{
|
||||
options.voidconf.zsh = {
|
||||
enable = mkEnableOption "Enables opinionated zsh configuration";
|
||||
skim.enable = mkEnableOption "Enables skim support for shell history";
|
||||
|
@ -10,7 +12,7 @@ in {
|
|||
default = "fg=magenta,bg=black,bold,underline";
|
||||
description = ''
|
||||
Colors for zsh autosuggestions. Check the documentation for more info.
|
||||
'';
|
||||
'';
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue