Compare commits

...

2 commits

3 changed files with 24 additions and 14 deletions

View file

@ -4,16 +4,5 @@
programs.direnv = { programs.direnv = {
enable = true; enable = true;
nix-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

@ -19,7 +19,7 @@ First you add this repository as a flake input:
inputs.nixpkgs.follows = "nixpkgs"; 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: { 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: Then in your [Home Manager] configuration you can just import it:
```nix ```nix
{ wizardlink-neovim }: { wizardlink }:
{ {
imports = [ imports = [
wizardlink-neovim.homeManagerModules.default wizardlink.homeManagerModules.neovim
]; ];
} }
``` ```

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 # Add monitor configuration to hyprland
modules.hyprland.extraConfig = # hyprlang modules.hyprland.extraConfig = # hyprlang
'' ''