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 = {
|
environment = {
|
||||||
systemPackages = with pkgs; [sbctl];
|
systemPackages = with pkgs; [
|
||||||
|
sbctl
|
||||||
|
wl-clipboard
|
||||||
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue