1
0
Fork 0
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:
Giang Nguyen 2024-07-16 12:37:46 +07:00
parent 8c4d5bd1a1
commit d62bca0361

View file

@ -117,7 +117,7 @@ in {
default = true;
};
quitcd = mkEnableOption "cd on quit" // { default = true; };
quitcd = mkEnableOption "cd on quit" // { default = false; };
};
};