diff --git a/modules/home-manager/programs/direnv/default.nix b/modules/home-manager/programs/direnv/default.nix index e660e30..c27cb2c 100644 --- a/modules/home-manager/programs/direnv/default.nix +++ b/modules/home-manager/programs/direnv/default.nix @@ -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" - ]; - }; - }; }; } diff --git a/modules/home-manager/programs/neovim/README.md b/modules/home-manager/programs/neovim/README.md index 739ce42..7c567f9 100644 --- a/modules/home-manager/programs/neovim/README.md +++ b/modules/home-manager/programs/neovim/README.md @@ -19,7 +19,7 @@ First you add this repository as a flake input: inputs.nixpkgs.follows = "nixpkgs"; }; - wizardlink-neovim.url = "git+https://git.thewizard.link/wizardlink/neovim"; + wizardlink.url = "git+https://git.thewizard.link/wizardlink/linuxware"; }; outputs = { home-manager, ... }@inputs: { @@ -34,11 +34,11 @@ First you add this repository as a flake input: Then in your [Home Manager] configuration you can just import it: ```nix -{ wizardlink-neovim }: +{ wizardlink }: { imports = [ - wizardlink-neovim.homeManagerModules.default + wizardlink.homeManagerModules.neovim ]; } ``` diff --git a/specific/desktop/home-manager.nix b/specific/desktop/home-manager.nix index bbc1403..d0b2dca 100644 --- a/specific/desktop/home-manager.nix +++ b/specific/desktop/home-manager.nix @@ -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 ''