aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-17 16:31:25 +0100
committersils <sils@sils.li>2022-12-17 16:31:25 +0100
commit1a66d95b2772f1de8fce78fd7ee64aa331ae8ca0 (patch)
tree65c7b3be376ff9c19c2acac1bef964f373e0b36d
parentupdate cnnr passwd (diff)
downloadnix-config-1a66d95b2772f1de8fce78fd7ee64aa331ae8ca0.zip
more packages
-rw-r--r--packages.nix2
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 :(
];
}