Some more latex stuff and whatnot
This commit is contained in:
parent
5ee47314bf
commit
28d21046ef
|
@ -28,7 +28,7 @@ let
|
||||||
|
|
||||||
catppuccin-macchiato = {
|
catppuccin-macchiato = {
|
||||||
stylix = {
|
stylix = {
|
||||||
image = ./wallpapers/breaking_phos.jpg;
|
image = ./wallpapers/lapis_lazuli.jpg;
|
||||||
base16Scheme = "${inputs.catppuccin-base16}/base16/macchiato.yaml";
|
base16Scheme = "${inputs.catppuccin-base16}/base16/macchiato.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
};
|
};
|
||||||
|
|
|
@ -95,7 +95,7 @@ local abbreviations = {
|
||||||
{ "diprod", "\\dprod" }, -- custom self inner product command
|
{ "diprod", "\\dprod" }, -- custom self inner product command
|
||||||
{ "prob", "\\prob" }, -- custom probability function
|
{ "prob", "\\prob" }, -- custom probability function
|
||||||
{ "dist", "\\dist" }, -- custom dist function
|
{ "dist", "\\dist" }, -- custom dist function
|
||||||
{ "ball", "\\ball" }, -- custom ball function
|
{ "oball", "\\ball" }, -- custom ball function
|
||||||
{ "diam", "\\diam" }, -- custom diam operator
|
{ "diam", "\\diam" }, -- custom diam operator
|
||||||
{ "gen", "\\gen" }, -- custom command for group generated by element
|
{ "gen", "\\gen" }, -- custom command for group generated by element
|
||||||
{ "ord", "\\ordop" }, -- order of a group
|
{ "ord", "\\ordop" }, -- order of a group
|
||||||
|
|
|
@ -41,3 +41,8 @@ function fish_user_key_bindings
|
||||||
# }}}
|
# }}}
|
||||||
end
|
end
|
||||||
# }}}
|
# }}}
|
||||||
|
# {{{ Helpers
|
||||||
|
function take -d "Create a directory and cd into it"
|
||||||
|
mkdir $argv; and cd $argv
|
||||||
|
end
|
||||||
|
# }}}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
df = "df -h";
|
df = "df -h";
|
||||||
du = "du -h";
|
du = "du -h";
|
||||||
duh = "du -hd 1"; # short for du here
|
duh = "du -hd 1"; # short for du here
|
||||||
|
pdf = "zathura --fork"; # Open a pdf reader
|
||||||
};
|
};
|
||||||
|
|
||||||
# with pkgs.fishPlugins;
|
# with pkgs.fishPlugins;
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
programs.firejail.enable = true;
|
programs.firejail.enable = true;
|
||||||
programs.extra-container.enable = true;
|
programs.extra-container.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
virtualisation.spiceUSBRedirection.enable = true;
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Ad-hoc stylix targets
|
# {{{ Ad-hoc stylix targets
|
||||||
# TODO: include this on all gui hosts
|
# TODO: include this on all gui hosts
|
||||||
|
|
Loading…
Reference in a new issue