Add useful desktop tools
This commit is contained in:
@@ -18,6 +18,7 @@ in
|
||||
gnucash
|
||||
handbrake
|
||||
libtheora
|
||||
makemkv
|
||||
vlc
|
||||
x265
|
||||
] ++
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user