added learning apps

This commit is contained in:
Emmet
2025-03-21 09:43:13 -05:00
parent d6fd22fc61
commit b87f720318

View File

@@ -37,6 +37,12 @@
bluetooth.enable = true;
};
home.packages = with pkgs; [
cage
gcompris
tuxpaint
];
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0";
};