fix(direnv): move specific config to desktop

This commit is contained in:
Alexandre Cavalheiro 2024-09-19 21:19:53 -03:00
parent 550344240a
commit e2d025f447
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 21 additions and 11 deletions

View file

@ -4,16 +4,5 @@
programs.direnv = {
enable = true;
nix-direnv.enable = true;
config = {
whitelist = {
prefix = [
"/mnt/internal/personal/projects"
"/mnt/internal/repos"
"/mnt/internal/shared/projects"
"/mnt/internal/shared/work"
];
};
};
};
}

View file

@ -58,6 +58,27 @@
};
};
#
# PACKAGES #
#
programs.direnv = {
config = {
whitelist = {
prefix = [
"/mnt/internal/personal/projects"
"/mnt/internal/repos"
"/mnt/internal/shared/projects"
"/mnt/internal/shared/work"
];
};
};
};
#
# MODULES #
#
# Add monitor configuration to hyprland
modules.hyprland.extraConfig = # hyprlang
''