mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: vicinae, update servers
This commit is contained in:
parent
0e91b2184d
commit
edd507c0ec
20 changed files with 188 additions and 187 deletions
|
|
@ -9,6 +9,9 @@
|
|||
};
|
||||
};
|
||||
in {
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/plain" = "nvim.desktop";
|
||||
};
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue