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";
|
else "libsqlite3.so";
|
||||||
in {
|
in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
bundix
|
||||||
cargo
|
cargo
|
||||||
cheat
|
cheat
|
||||||
colordiff
|
colordiff
|
||||||
|
|
@ -78,6 +79,11 @@ in {
|
||||||
};
|
};
|
||||||
bottom.enable = true;
|
bottom.enable = true;
|
||||||
broot.enable = true;
|
broot.enable = true;
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
eza.enable = true;
|
eza.enable = true;
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
gh.enable = true;
|
gh.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,10 @@
|
||||||
# host specific apps
|
# host specific apps
|
||||||
boinc
|
boinc
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
gnome.gnome-tweaks
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
|
gnomeExtensions.dash-to-panel
|
||||||
|
gnomeExtensions.tailscale-qs
|
||||||
pavucontrol
|
pavucontrol
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
ulauncher
|
ulauncher
|
||||||
|
|
@ -83,6 +86,7 @@
|
||||||
wayland = true;
|
wayland = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue