Add direnv and some Gnome extensions

This commit is contained in:
Gene Liverman 2024-01-11 22:26:13 -05:00
parent 073fec195c
commit 7568311c1d
2 changed files with 10 additions and 0 deletions

View file

@ -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;

View file

@ -18,7 +18,10 @@
# host specific apps
boinc
brightnessctl
gnome.gnome-tweaks
gnome.nautilus
gnomeExtensions.dash-to-panel
gnomeExtensions.tailscale-qs
pavucontrol
polkit-kde-agent
ulauncher
@ -83,6 +86,7 @@
wayland = true;
};
};
desktopManager.gnome.enable = true;
};
};