diff --git a/modules/home/default.nix b/modules/home/default.nix index c7740c0..d399749 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -10,6 +10,7 @@ ++ [(import ./btop.nix)] # resouces monitor ++ [(import ./cava.nix)] # audio visualizer ++ [(import ./cliphist.nix)] # clipboard + ++ [(import ./direnv.nix)] ++ [(import ./discord.nix)] # discord with catppuccin theme ++ [(import ./gpg.nix)] # GnuPG and its agent (gpg-agent) ++ [(import ./fuzzel.nix)] # launcher diff --git a/modules/home/direnv.nix b/modules/home/direnv.nix new file mode 100644 index 0000000..4f84fc3 --- /dev/null +++ b/modules/home/direnv.nix @@ -0,0 +1,7 @@ +{pkgs, ...}: { + programs.direnv = { + enable = true; + enableZshIntegration = true; + nix-direnv.enable = true; + }; +} diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index cde5cf4..7c4515d 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -14,7 +14,6 @@ wf-recorder glib wayland - direnv ]; systemd.user.targets.hyprland-session.Unit.Wants = ["xdg-desktop-autostart.target"]; wayland.windowManager.hyprland = {