refactor(home): add zoxide, nix-index and ripgrep to home module
This commit is contained in:
parent
14881201ac
commit
08124bfb91
2 changed files with 9 additions and 11 deletions
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
inherit (lib) mkOption;
|
||||
inherit (lib.types) listOf str;
|
||||
|
@ -27,13 +22,9 @@ in
|
|||
persistDirs = [
|
||||
".ssh"
|
||||
".config/sops/age"
|
||||
".local/share/zoxide"
|
||||
];
|
||||
home.packages = with pkgs; [ ripgrep ];
|
||||
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
nix-index.enable = true;
|
||||
nix-index-database.comma.enable = true;
|
||||
ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue