mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
consolidate nix-index config
This commit is contained in:
parent
cecbdb9ffb
commit
2bcfe5f4fd
2 changed files with 4 additions and 3 deletions
|
|
@ -31,6 +31,10 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
nix-index = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
|
|
@ -40,7 +44,6 @@
|
|||
zoxide.enable = true;
|
||||
fzf.enable = true;
|
||||
jq.enable = true;
|
||||
nix-index.enable = true;
|
||||
htop.enable = true;
|
||||
# rio.enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -20,6 +20,4 @@
|
|||
${lib.getExe pkgs.fortune} | ${lib.getExe pkgs.charasay} say -r
|
||||
'';
|
||||
};
|
||||
|
||||
programs.nix-index.enableZshIntegration = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue