we will never know what all the changes are in this commit

This commit is contained in:
mrfluffy-dev
2025-10-02 12:51:22 +01:00
parent cfa57e9a3f
commit b9fb4b9515
10 changed files with 564 additions and 106 deletions

View File

@@ -64,15 +64,36 @@ in
];
};
############################
# Core programs
############################
programs = {
appimage = {
enable = true;
binfmt = true; # Optional: Allows direct execution of .AppImage files without `appimage-run` prefix
package = pkgs.appimage-run.override {
extraPkgs = pkgs: with pkgs; [
libepoxy
jdk17
# Add more if needed, e.g., libGL libGLU for OpenGL issues
];
};
};
gamescope = {
enable = true;
capSysNice = true;
};
nix-index-database = {
comma = {
enable = true;
};
};
nh = {
enable = true;
clean = {