Add useful desktop tools

This commit is contained in:
Greg Hellings
2023-08-07 16:15:34 -05:00
parent 089d601408
commit b6ce32fadc
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ in
gnucash
handbrake
libtheora
makemkv
vlc
x265
] ++
+1
View File
@@ -29,6 +29,7 @@ in with lib;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
bitwarden
pkgs.bypass-paywalls
gsconnect
foxyproxy-standard
multi-account-containers
plasma-integration
+4
View File
@@ -44,6 +44,9 @@ in with lib; {
wlr.enable = true; # Enables screen sharing in Wayland
};
# Used by gsconnect
networking.firewall.allowedTCPPorts = [ 1716 ];
# Enable some Gnome plugins that I like
environment.systemPackages = with pkgs; [
gnome3.adwaita-icon-theme
@@ -52,6 +55,7 @@ in with lib; {
gnomeExtensions.appindicator
gnomeExtensions.clipboard-indicator
gnomeExtensions.dash-to-dock
gnomeExtensions.gsconnect
gnomeExtensions.vitals
];
};