Skip to content

Commit

Permalink
feat: add wayland clipboard back
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 22, 2024
1 parent b0ab9e0 commit 837498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/modules/niri.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme = config.lib.stylix.colors;
in {
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gnome pkgs.gnome-keyring];
home.packages = [ pkgs.swww pkgs.brightnessctl ];
home.packages = [ pkgs.swww pkgs.brightnessctl pkgs.wl-clipboard ];
programs.niri.settings = {
binds = with config.lib.niri.actions; let
sh = spawn "sh" "-c";
Expand Down

0 comments on commit 837498d

Please sign in to comment.