mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Merge pull request #354 from genebean/direnv-and-gnome-extensions
Direnv, Gnome extensions, & flatpaks
This commit is contained in:
commit
7794f63133
3 changed files with 12 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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
packages = [
|
packages = [
|
||||||
"im.riot.Riot"
|
"im.riot.Riot"
|
||||||
|
"com.cassidyjames.butler"
|
||||||
|
"org.signal.Signal"
|
||||||
"org.telegram.desktop"
|
"org.telegram.desktop"
|
||||||
];
|
];
|
||||||
update.auto = {
|
update.auto = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue