1
Fork 0

Some more latex stuff and whatnot

This commit is contained in:
Matei Adriel 2023-11-27 00:15:03 +01:00
parent 5ee47314bf
commit 28d21046ef
No known key found for this signature in database
5 changed files with 9 additions and 2 deletions

View file

@ -28,7 +28,7 @@ let
catppuccin-macchiato = {
stylix = {
image = ./wallpapers/breaking_phos.jpg;
image = ./wallpapers/lapis_lazuli.jpg;
base16Scheme = "${inputs.catppuccin-base16}/base16/macchiato.yaml";
polarity = "dark";
};

View file

@ -95,7 +95,7 @@ local abbreviations = {
{ "diprod", "\\dprod" }, -- custom self inner product command
{ "prob", "\\prob" }, -- custom probability function
{ "dist", "\\dist" }, -- custom dist function
{ "ball", "\\ball" }, -- custom ball function
{ "oball", "\\ball" }, -- custom ball function
{ "diam", "\\diam" }, -- custom diam operator
{ "gen", "\\gen" }, -- custom command for group generated by element
{ "ord", "\\ordop" }, -- order of a group

View file

@ -41,3 +41,8 @@ function fish_user_key_bindings
# }}}
end
# }}}
# {{{ Helpers
function take -d "Create a directory and cd into it"
mkdir $argv; and cd $argv
end
# }}}

View file

@ -12,6 +12,7 @@
df = "df -h";
du = "du -h";
duh = "du -hd 1"; # short for du here
pdf = "zathura --fork"; # Open a pdf reader
};
# with pkgs.fishPlugins;

View file

@ -40,6 +40,7 @@
programs.firejail.enable = true;
programs.extra-container.enable = true;
virtualisation.docker.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
# }}}
# {{{ Ad-hoc stylix targets
# TODO: include this on all gui hosts