Add handbrake and other tools

This commit is contained in:
Greg Hellings
2022-08-21 21:57:29 -05:00
parent 2681a2f58e
commit cf6ccf2bf7
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
home.packages = with pkgs; [
bitwarden
handbrake
onlyoffice-bin
synology-drive-client
vlc
+3
View File
@@ -47,7 +47,10 @@ in with lib; {
# Enable some Gnome plugins that I like
environment.systemPackages = with pkgs; [
gnome3.adwaita-icon-theme
gnome3.gnome-tweaks
gnome3.dconf-editor
gnomeExtensions.appindicator
gnomeExtensions.clipboard-indicator
gnomeExtensions.dash-to-dock
];
};