This commit is contained in:
KaitoTLex 2025-01-22 16:46:02 -08:00
parent 471075e889
commit 72f1da7fe8
2 changed files with 9 additions and 7 deletions

View file

@ -26,7 +26,10 @@
hardware.pulseaudio.support32Bit = true; hardware.pulseaudio.support32Bit = true;
#Nvidia Hardware begins #Nvidia Hardware begins
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [
"nvidia"
# "amdgpu"
];
hardware.graphics.enable = true; hardware.graphics.enable = true;
hardware.graphics.enable32Bit = true; hardware.graphics.enable32Bit = true;
@ -59,7 +62,7 @@
nvidiaSettings = false; nvidiaSettings = false;
# Optionally, you may need to select the appropriate driver version for your specific GPU. # Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.production; package = config.boot.kernelPackages.nvidiaPackages.beta;
#Power Saving Features #Power Saving Features
prime = { prime = {
offload = { offload = {

View file

@ -41,6 +41,7 @@
texlab texlab
gramma gramma
pavucontrol pavucontrol
libsecret
ryujinx ryujinx
unzip unzip
sixpair sixpair
@ -183,6 +184,7 @@
ethtool ethtool
pciutils # lspci pciutils # lspci
usbutils # lsusb usbutils # lsusb
git-credential-oauth
# messaging apps # messaging apps
vesktop vesktop
@ -220,11 +222,8 @@
programs.git = { programs.git = {
enable = true; enable = true;
userName = "KaitoTLex"; userName = "KaitoTLex";
userEmail = "warrenlin1688@gmail.com"; userEmail = "wlin@kaitotlex.systems";
delta.enable = true;
}; };
programs.neovim.defaultEditor = true; programs.neovim.defaultEditor = true;
programs.lazygit.enable = true; programs.lazygit.enable = true;
@ -275,7 +274,7 @@
programs.fish = { programs.fish = {
enable = true; enable = true;
shellAliases = { shellAliases = {
rebuild = "sudo nixos-rebuild switch"; nixr = "nh os switch .";
ls = "eza -l --icons=auto"; ls = "eza -l --icons=auto";
}; };
functions = { functions = {