From 7568311c1da5c580f3cb67959df6c3c02833304e Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 11 Jan 2024 22:26:13 -0500 Subject: [PATCH] Add direnv and some Gnome extensions --- modules/home-manager/common/all-cli.nix | 6 ++++++ modules/hosts/nixos/rainbow-planet/default.nix | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index 5cfefbb..4222983 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -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; diff --git a/modules/hosts/nixos/rainbow-planet/default.nix b/modules/hosts/nixos/rainbow-planet/default.nix index 646974d..9230345 100644 --- a/modules/hosts/nixos/rainbow-planet/default.nix +++ b/modules/hosts/nixos/rainbow-planet/default.nix @@ -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; }; };