summaryrefslogtreecommitdiff
path: root/modules/examples/lnl.nix
diff options
context:
space:
mode:
authorisabel <isabel@isabelroses.com>2024-09-30 16:30:50 +0100
committerisabel <isabel@isabelroses.com>2024-10-08 10:05:26 +0100
commitc9fd4820d5e33422d2a9311898e098ba492dbd34 (patch)
tree8cdfa47d3fc970f908523357518b996ac4afec4d /modules/examples/lnl.nix
parentf61d5f2051a387a15817007220e9fb3bbead57b3 (diff)
programs/bash: move to completion.*
a port of https://github.com/NixOS/nixpkgs/pull/291552 for darwin
Diffstat (limited to 'modules/examples/lnl.nix')
-rw-r--r--modules/examples/lnl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 96954d2..010dff5 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -199,7 +199,7 @@
# Dotfiles.
# programs.vim.package = mkForce pkgs.lnl.vim;
- programs.bash.enableCompletion = true;
+ programs.bash.completion.enable = true;
programs.zsh.enable = true;
programs.zsh.enableBashCompletion = true;