home: nvim: add MIME associations

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent a55ee3cebd
commit 3b3c1eb0e3

View file

@ -107,4 +107,8 @@ in
};
config.xdg.configFile = lib.mkIf cfg.enable configFiles;
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
applications.editor = [ "nvim.desktop" ];
};
}