More logical name
This commit is contained in:
parent
8283068de3
commit
ba15898455
10 changed files with 20 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
with lib;
|
||||
let cfg = config.voidcruiser.zsh;
|
||||
let cfg = config.voidconf.zsh;
|
||||
in {
|
||||
options.voidcruiser.zsh = {
|
||||
options.voidconf.zsh = {
|
||||
enable = mkEnableOption "Enables opinionated zsh configuration";
|
||||
skim.enable = mkEnableOption "Enables skim support for shell history";
|
||||
highlightStyle = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue