Add direnv
This commit is contained in:
parent
fdd286c19f
commit
4eee5c2b72
|
@ -10,6 +10,7 @@
|
||||||
++ [(import ./btop.nix)] # resouces monitor
|
++ [(import ./btop.nix)] # resouces monitor
|
||||||
++ [(import ./cava.nix)] # audio visualizer
|
++ [(import ./cava.nix)] # audio visualizer
|
||||||
++ [(import ./cliphist.nix)] # clipboard
|
++ [(import ./cliphist.nix)] # clipboard
|
||||||
|
++ [(import ./direnv.nix)]
|
||||||
++ [(import ./discord.nix)] # discord with catppuccin theme
|
++ [(import ./discord.nix)] # discord with catppuccin theme
|
||||||
++ [(import ./gpg.nix)] # GnuPG and its agent (gpg-agent)
|
++ [(import ./gpg.nix)] # GnuPG and its agent (gpg-agent)
|
||||||
++ [(import ./fuzzel.nix)] # launcher
|
++ [(import ./fuzzel.nix)] # launcher
|
||||||
|
|
7
modules/home/direnv.nix
Normal file
7
modules/home/direnv.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -14,7 +14,6 @@
|
||||||
wf-recorder
|
wf-recorder
|
||||||
glib
|
glib
|
||||||
wayland
|
wayland
|
||||||
direnv
|
|
||||||
];
|
];
|
||||||
systemd.user.targets.hyprland-session.Unit.Wants = ["xdg-desktop-autostart.target"];
|
systemd.user.targets.hyprland-session.Unit.Wants = ["xdg-desktop-autostart.target"];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
|
Loading…
Reference in a new issue