diff options
author | sils <sils@sils.li> | 2022-12-17 16:31:25 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-17 16:31:25 +0100 |
commit | 1a66d95b2772f1de8fce78fd7ee64aa331ae8ca0 (patch) | |
tree | 65c7b3be376ff9c19c2acac1bef964f373e0b36d /packages.nix | |
parent | update cnnr passwd (diff) | |
download | nix-config-1a66d95b2772f1de8fce78fd7ee64aa331ae8ca0.tar.gz nix-config-1a66d95b2772f1de8fce78fd7ee64aa331ae8ca0.zip |
more packages
Diffstat (limited to '')
-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 :( ]; } |