diff options
author | tzlil <tzlils@protonmail.com> | 2023-07-30 13:19:39 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-07-30 13:19:39 +0300 |
commit | f72f22b250ecf22657ffc9e6082086377031ea8a (patch) | |
tree | ce0f397e0933118b64bc58fab5463968d27fd0df /mixins | |
parent | 22743d455ebb1f44f07b429a2b82045ca5b1d3ac (diff) |
clean up a bit
Diffstat (limited to 'mixins')
-rw-r--r-- | mixins/cli.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mixins/cli.nix b/mixins/cli.nix index 6fd5ce6..936098d 100644 --- a/mixins/cli.nix +++ b/mixins/cli.nix @@ -15,6 +15,7 @@ imports = [ inputs.viper-nix-common.homeModules.xdg ]; + programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite; home = { packages = with pkgs; [ rsync |