diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 16:26:28 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 16:26:28 -0700 |
commit | b0c67034686c14946c50df99bba55249818dfb3d (patch) | |
tree | 6fb60679a4ddaa3cb3ce6745f5b9f9dcb3482493 | |
parent | 7c816df134c4e90adeeb6e82697d61b721cd5abd (diff) | |
download | nix-b0c67034686c14946c50df99bba55249818dfb3d.tar nix-b0c67034686c14946c50df99bba55249818dfb3d.tar.gz nix-b0c67034686c14946c50df99bba55249818dfb3d.tar.bz2 nix-b0c67034686c14946c50df99bba55249818dfb3d.tar.lz nix-b0c67034686c14946c50df99bba55249818dfb3d.tar.xz nix-b0c67034686c14946c50df99bba55249818dfb3d.tar.zst nix-b0c67034686c14946c50df99bba55249818dfb3d.zip |
Add regreet @caladan
-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; |