mirror of
https://github.com/nix-community/home-manager
synced 2025-02-17 05:35:06 +01:00
Correct default value
This commit is contained in:
parent
8c4d5bd1a1
commit
d62bca0361
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ in {
|
|||
default = true;
|
||||
};
|
||||
|
||||
quitcd = mkEnableOption "cd on quit" // { default = true; };
|
||||
quitcd = mkEnableOption "cd on quit" // { default = false; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue