Merge branch 'main' of github.com:KaitoTLex/KaitoianOS
This commit is contained in:
KaitoTLex 2024-12-21 00:32:42 -08:00
commit 471079d4e0

View file

@ -53,6 +53,10 @@
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.stable;
#Power Saving Features #Power Saving Features
prime = { prime = {
offload = {
enable = true;
enableOffloadCmd = true;
};
# Make sure to use the correct Bus ID values for your system! # Make sure to use the correct Bus ID values for your system!
#intelBusId = "PCI:"; #intelBusId = "PCI:";
nvidiaBusId = "PCI:01:0:0"; nvidiaBusId = "PCI:01:0:0";
@ -60,7 +64,6 @@
}; };
}; };
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
@ -85,6 +88,21 @@
LC_TIME = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8";
}; };
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings = {
main = {
capslock = "esc";
leftalt = "leftcontrol";
leftcontrol = "leftalt";
y = "z";
z = "y";
};
};
};
};
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
# programs.mtr.enable = true; # programs.mtr.enable = true;