From a695599c3f439415d0a59c3d9f46181abe95d7c0 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Tue, 7 Oct 2025 12:17:00 +0200 Subject: [PATCH] Added VsCode and an alias to edit LaTeX files --- other/aliases | 5 ++++- packages.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/other/aliases b/other/aliases index dafda35..ea88245 100755 --- a/other/aliases +++ b/other/aliases @@ -8,7 +8,7 @@ alias py="python3" #alias mcrow="sudo micro" alias mcrow="echo 'you better try to use nvim you little shit! :3'" alias srcals="source /etc/nixos/other/aliases && echo 'Sourced Aliases ... successful!'" - +alias please="sudo" alias neofetch="fastfetch" @@ -47,3 +47,6 @@ alias kde-theme-apply="source /etc/nixos/plasma/konsave.sh" alias exit-hyprland="hyprctl dispatch exit" alias hyprland-exit="hyprctl dispatch exit" alias hypr-edit="sudoedit /etc/nixos/other/hyprland.conf" + +#LaTeX Commands +alias makepdf="makeglossaries main && pdflatex main.tex" diff --git a/packages.nix b/packages.nix index 789a1b3..b7a307c 100755 --- a/packages.nix +++ b/packages.nix @@ -42,6 +42,7 @@ #go #Go Programming Language gcc pkg-config + vscode #Editor for all kinds of programms #Desktop Applications vlc