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

@@ -57,7 +57,7 @@ in
enable = true; # Enable Bluetooth support
powerOnBoot = true; # Power up controller on boot
settings.General = {
Enable = "Source,Sink,Media,Socket";
#Enable = "Source,Sink,Media,Socket";
# Experimental = true;
};
};
@@ -67,6 +67,10 @@ in
enable = true;
daemon.enable = true;
};
hardware.enableRedistributableFirmware = true;
hardware.firmware = [
pkgs.linux-firmware
];
# ── Audio (disabled examples) ───────────────────────────────────────────────
# sound.enable = true;

View File

@@ -44,6 +44,7 @@ in
'';
nameservers = [
"192.168.1.1"
"1.1.1.1"
];
search = [
"localdomain"

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 = {