diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-01 20:29:17 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-01 20:29:17 +0100 |
commit | 0bf975865c7629471224b6d75e1f484f105c517e (patch) | |
tree | 1ccc03a49b07bf847eb47c2adebb5b7e25264c6c | |
parent | 9590aefe5bdaf9cbf939525180773e53e67eb60c (diff) |
add wlr-randr
-rw-r--r-- | compositor.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compositor.nix b/compositor.nix index ced8063..d016236 100644 --- a/compositor.nix +++ b/compositor.nix @@ -6,6 +6,7 @@ slurp wl-clipboard mako + wlr-randr ]; services.gnome.gnome-keyring.enable = true; |