mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
added learning apps
This commit is contained in:
parent
d6fd22fc61
commit
b87f720318
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue