diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 11:03:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 11:03:30 -0300 |
commit | 3aff12b68234279afc670b298189339d03ec3da2 (patch) | |
tree | 8cbb0e8b1596b3680f7e3bd5eaa8d5edb157b8c6 | |
parent | etc/nix/configuration.nix: Cleanup pulseaudio configuration (diff) | |
download | dotfiles-3aff12b68234279afc670b298189339d03ec3da2.tar.gz dotfiles-3aff12b68234279afc670b298189339d03ec3da2.tar.xz |
etc/nix/configuration.nix: Remove programs.bash.enableCompletion
Get completion configuration from Guix Home, now.
-rw-r--r-- | etc/nix/configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 0c9ce1b..1f66726 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -89,10 +89,6 @@ }; }; - programs = { - bash.enableCompletion = true; - }; - services = { upower.enable = true; flatpak.enable = true; |