qt6 fixes for other systems

This commit is contained in:
Emmet 2025-10-24 19:03:14 -05:00
parent 6f6d16dff1
commit f319787c69
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, pkgs-stable, ... }:
{
config = {
@ -39,7 +39,7 @@
home.packages = with pkgs; [
cage
gcompris
pkgs-stable.gcompris
tuxpaint
];