diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 17:26:19 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 17:26:19 +0530 |
| commit | 9ba6ad9af2fe0a99227012111a59f047f1a3f892 (patch) | |
| tree | d0c5c2a8df40f92aad50c40c4758a5a8428db0a6 /modules/global.nix | |
| parent | 958f5599f0765dcfa3fce9c885d37e8ece5ad749 (diff) | |
case insensitive auto complete
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/global.nix b/modules/global.nix index d727f75..f79827d 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -12,11 +12,9 @@ security.rtkit.enable = true; - /* environment.etc."inputrc".text = pkgs.lib.mkForce ( - builtins.readFile <nixpkgs/nixos/modules/programs/bash/inputrc> + '' - set completion-ignore-case on - '' - ); */ + environment.etc."inputrc".text = pkgs.lib.mkForce '' + set completion-ignore-case on + ''; system.stateVersion = "23.11"; } |
