feat(desktop): add wl-clipboard
This commit is contained in:
parent
1ba5a501e2
commit
095a1949dd
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@
|
|||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [sbctl];
|
||||
systemPackages = with pkgs; [
|
||||
sbctl
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue