qt6 wayland

This commit is contained in:
2025-12-04 16:26:52 -05:00
parent d9347e6a67
commit 817f0b83b5
2 changed files with 1 additions and 2 deletions

1
sw.nix
View File

@@ -38,7 +38,6 @@
zoom-us zoom-us
teams-for-linux teams-for-linux
wpsoffice wpsoffice
qt6-wayland
inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim
]; ];

View File

@@ -3,7 +3,7 @@
(pkgs.buildFHSEnv { (pkgs.buildFHSEnv {
name = "pixi"; name = "pixi";
runScript = "pixi"; runScript = "pixi";
targetPkgs = pkgs: with pkgs; [ pixi ]; targetPkgs = pkgs: with pkgs; [ pixi pyqt6 ];
}) })
pkgs.uv pkgs.uv
] ]