mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Rename shell option
This commit is contained in:
parent
de7855ade5
commit
e0903f42bf
5 changed files with 7 additions and 12 deletions
|
|
@ -10,11 +10,9 @@
|
|||
./aliases.nix
|
||||
];
|
||||
|
||||
options.myConfig.shell = {
|
||||
enable = lib.mkEnableOption "";
|
||||
};
|
||||
options.myConfig.shell.zsh.enable = lib.mkEnableOption "";
|
||||
|
||||
config = {
|
||||
config = lib.mkIf config.myConfig.shell.zsh.enable {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = ".config/zsh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue