we will never know what all the changes are in this commit
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -44,6 +44,7 @@ in
|
||||
'';
|
||||
nameservers = [
|
||||
"192.168.1.1"
|
||||
"1.1.1.1"
|
||||
];
|
||||
search = [
|
||||
"localdomain"
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user