mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add direnv and some Gnome extensions
This commit is contained in:
parent
073fec195c
commit
7568311c1d
2 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
else "libsqlite3.so";
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
bundix
|
||||
cargo
|
||||
cheat
|
||||
colordiff
|
||||
|
|
@ -78,6 +79,11 @@ in {
|
|||
};
|
||||
bottom.enable = true;
|
||||
broot.enable = true;
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
eza.enable = true;
|
||||
fzf.enable = true;
|
||||
gh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue