mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
parent
6ea501044b
commit
ebb21e1bf6
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ in {
|
||||||
enableNushellIntegration = mkOption {
|
enableNushellIntegration = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
readOnly = true;
|
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable Nushell integration.
|
Whether to enable Nushell integration.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue