parent
aeae84f66d
commit
5cb0b971cc
6 changed files with 29 additions and 4 deletions
homeManagerModules/neovim/langs/nix-lang
|
@ -23,7 +23,7 @@ self: {
|
|||
then "nixosConfigurations.${hostName}.options"
|
||||
else "nixOnDroidConfigurations.default";
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
config = mkIf (cfg.enable && cfg.ideConfig.enableNix) {
|
||||
assertions = [
|
||||
{
|
||||
assertion = hasPrefix "${mainHmCfg.home.homeDirectory}/" flakeEnv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue