diff options
author | Adrian Kummerlaender | 2024-12-02 11:05:37 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2024-12-02 11:05:37 +0100 |
commit | d3c08c298070bd960ae1fd25e348f581b87129ac (patch) | |
tree | c6d7f2749d229ab0df0be23777bf6bd39e5f0b37 /configuration.nix | |
parent | d04e303811d1858f66f2776e48506c7944fd3589 (diff) | |
download | nixos_system-d3c08c298070bd960ae1fd25e348f581b87129ac.tar nixos_system-d3c08c298070bd960ae1fd25e348f581b87129ac.tar.gz nixos_system-d3c08c298070bd960ae1fd25e348f581b87129ac.tar.bz2 nixos_system-d3c08c298070bd960ae1fd25e348f581b87129ac.tar.lz nixos_system-d3c08c298070bd960ae1fd25e348f581b87129ac.tar.xz nixos_system-d3c08c298070bd960ae1fd25e348f581b87129ac.tar.zst nixos_system-d3c08c298070bd960ae1fd25e348f581b87129ac.zip |
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index d832560..47e3733 100644 --- a/configuration.nix +++ b/configuration.nix @@ -39,7 +39,7 @@ programs = { fish.enable = true; - bash.enableCompletion = true; + bash.completion.enable = true; gnupg.agent = { enable = true; enableSSHSupport = true; |