home: nvim: add MIME associations
This commit is contained in:
parent
5bb44532c6
commit
a2b9fd42a1
1 changed files with 4 additions and 0 deletions
|
|
@ -104,4 +104,8 @@ in
|
|||
};
|
||||
|
||||
config.xdg.configFile = lib.mkIf cfg.enable configFiles;
|
||||
|
||||
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
|
||||
applications.editor = "nvim.desktop";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue