diff options
-rw-r--r-- | packages.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix index 9a9a408..70d673f 100644 --- a/packages.nix +++ b/packages.nix @@ -10,6 +10,7 @@ restic # backups thunderbird # emails firefox # my browser + ungoogled-chromium # the only chromium-based browser I'd ever use. zsh # the one and only shell element-desktop # chat libreoffice # convert doc to pdf xD @@ -45,5 +46,6 @@ youtube-dl # download videos mpv # play videos texlive.combined.scheme-full # LaTeX + gparted # partitioning :( ]; } |