mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
118 lines
2.3 KiB
Nix
118 lines
2.3 KiB
Nix
{
|
|
programs.nixvim.plugins.web-devicons = {
|
|
enable = true;
|
|
# customIcons.c = {
|
|
# icon = "";
|
|
# name = "c";
|
|
# };
|
|
# customIcons.css = {
|
|
# icon = "";
|
|
# name = "css";
|
|
# };
|
|
# customIcons.dart = {
|
|
# icon = "";
|
|
# name = "dart";
|
|
# };
|
|
# customIcons.deb = {
|
|
# icon = "";
|
|
# name = "deb";
|
|
# };
|
|
# customIcons.Dockerfile = {
|
|
# icon = "";
|
|
# name = "Dockerfile";
|
|
# };
|
|
# customIcons.html = {
|
|
# icon = "";
|
|
# name = "html";
|
|
# };
|
|
# customIcons.jpeg = {
|
|
# icon = "";
|
|
# name = "jpeg";
|
|
# };
|
|
# customIcons.jpg = {
|
|
# icon = "";
|
|
# name = "jpg";
|
|
# };
|
|
# customIcons.js = {
|
|
# icon = "";
|
|
# name = "js";
|
|
# };
|
|
# customIcons.kt = {
|
|
# icon = "";
|
|
# name = "kt";
|
|
# };
|
|
# customIcons.lock = {
|
|
# icon = "";
|
|
# name = "lock";
|
|
# };
|
|
# customIcons.lua = {
|
|
# icon = "";
|
|
# name = "lua";
|
|
# };
|
|
# customIcons.mp3 = {
|
|
# icon = "";
|
|
# name = "mp3";
|
|
# };
|
|
# customIcons.mp4 = {
|
|
# icon = "";
|
|
# name = "mp4";
|
|
# };
|
|
# customIcons.out = {
|
|
# icon = "";
|
|
# name = "out";
|
|
# };
|
|
# customIcons.png = {
|
|
# icon = "";
|
|
# name = "png";
|
|
# };
|
|
# customIcons.py = {
|
|
# icon = "";
|
|
# name = "py";
|
|
# };
|
|
# customIcons."robots.txt" = {
|
|
# icon = "";
|
|
# name = "robots";
|
|
# };
|
|
# customIcons.toml = {
|
|
# icon = "";
|
|
# name = "toml";
|
|
# };
|
|
# customIcons.ts = {
|
|
# icon = "";
|
|
# name = "ts";
|
|
# };
|
|
# customIcons.ttf = {
|
|
# icon = "";
|
|
# name = "TrueTypeFont";
|
|
# };
|
|
# customIcons.rb = {
|
|
# icon = "";
|
|
# name = "rb";
|
|
# };
|
|
# customIcons.rpm = {
|
|
# icon = "";
|
|
# name = "rpm";
|
|
# };
|
|
# customIcons.vue = {
|
|
# icon = "";
|
|
# name = "vue";
|
|
# };
|
|
# customIcons.woff = {
|
|
# icon = "";
|
|
# name = "WebOpenFontFormat";
|
|
# };
|
|
# customIcons.woff2 = {
|
|
# icon = "";
|
|
# name = "WebOpenFontFormat2";
|
|
# };
|
|
# customIcons.xz = {
|
|
# icon = "";
|
|
# name = "xz";
|
|
# };
|
|
# customIcons.zip = {
|
|
# icon = "";
|
|
# name = "zip";
|
|
# };
|
|
defaultIcon.icon = "";
|
|
};
|
|
}
|