neovim:init.vim->init.lua and misc changes

This commit is contained in:
2021-05-29 10:17:10 +05:30
parent 94ed8dba17
commit 28cda002d5
28 changed files with 537 additions and 332 deletions

View File

@@ -10,4 +10,10 @@ else
echo "bruh"
exit 1
fi
rage -o "$TARGET" -r "$(cat ~/.ssh/*.pub)" "$1"
keys=""
for x in ~/.ssh/*.pub
do
keys= "$keys -r $(cat 'x')"
done
echo "Encrypting with \n'$keys'"
rage -o "$TARGET" "$keys" "$1"

View File

@@ -45,4 +45,7 @@ final: prev: {
fetchSubmodules = true;
};
});
discord = prev.discord.overrideAttrs (_ : {
src = builtins.fetchTarball { url = "https://discord.com/api/download/stable?platform=linux&format=tar.gz"; sha256="1ahj4bhdfd58jcqh54qcgafljqxl1747fqqwxhknqlasa83li75n";};
});
}

View File

@@ -8,9 +8,9 @@ diff --color -u a/config.def.h b/config.def.h
- * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Fira Mono:style=Regular:pixelsize=16";
+static char *font2[] = { "Font Awesome 5 Free Solid:pixelsize=15",
+ "Font Awesome 5 Brands:pixelsize=15" };
+static char *font = "Fira Mono:style=Regular:pixelsize=20";
+static char *font2[] = { "Font Awesome 5 Free Solid:pixelsize=18",
+ "Font Awesome 5 Brands:pixelsize=18" };
static int borderpx = 2;
/*