diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 17:26:19 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 18:24:32 +0530 |
| commit | bfaf9a76e4819efae309ae136a69f8d784100365 (patch) | |
| tree | fdc998f1b02a16587e3360ee3028b12bdbd2f4a4 /modules | |
| parent | 9ba6ad9af2fe0a99227012111a59f047f1a3f892 (diff) | |
case insensitive auto complete
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/global.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/global.nix b/modules/global.nix index f79827d..88d73f2 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -12,9 +12,9 @@ security.rtkit.enable = true; - environment.etc."inputrc".text = pkgs.lib.mkForce '' + /* environment.etc."inputrc".text = pkgs.lib.mkForce '' set completion-ignore-case on - ''; + ''; */ system.stateVersion = "23.11"; } |
