diff options
Diffstat (limited to 'hosts/common/optional/services/wayland.nix')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index fa3b5fc..438bcb9 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -50,6 +50,8 @@ package = pkgs.master.firefox; }; + regreet.enable = true; + sway = { enable = true; wrapperFeatures.gtk = true; |