Change deprecated options

This commit is contained in:
Greg Hellings
2022-11-10 08:23:35 -06:00
parent a58b9d1f7e
commit 9490421aaa
+1 -2
View File
@@ -32,7 +32,7 @@ in with lib; {
# Enablement for Firefox
gnome = {
chrome-gnome-shell.enable = true;
gnome-browser-connector.enable = true;
sushi.enable = true;
gnome-online-accounts.enable = true;
};
@@ -42,7 +42,6 @@ in with lib; {
programs.sway.enable = true; # Gives us Wayland
xdg.portal = {
enable = true;
gtkUsePortal = true;
wlr.enable = true; # Enables screen sharing in Wayland
};