shitfix
This commit is contained in:
parent
471075e889
commit
72f1da7fe8
2 changed files with 9 additions and 7 deletions
|
@ -26,7 +26,10 @@
|
|||
hardware.pulseaudio.support32Bit = true;
|
||||
|
||||
#Nvidia Hardware begins
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services.xserver.videoDrivers = [
|
||||
"nvidia"
|
||||
# "amdgpu"
|
||||
];
|
||||
hardware.graphics.enable = true;
|
||||
hardware.graphics.enable32Bit = true;
|
||||
|
||||
|
@ -59,7 +62,7 @@
|
|||
nvidiaSettings = false;
|
||||
|
||||
# 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
|
||||
prime = {
|
||||
offload = {
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
texlab
|
||||
gramma
|
||||
pavucontrol
|
||||
libsecret
|
||||
ryujinx
|
||||
unzip
|
||||
sixpair
|
||||
|
@ -183,6 +184,7 @@
|
|||
ethtool
|
||||
pciutils # lspci
|
||||
usbutils # lsusb
|
||||
git-credential-oauth
|
||||
|
||||
# messaging apps
|
||||
vesktop
|
||||
|
@ -220,11 +222,8 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
userName = "KaitoTLex";
|
||||
userEmail = "warrenlin1688@gmail.com";
|
||||
delta.enable = true;
|
||||
|
||||
userEmail = "wlin@kaitotlex.systems";
|
||||
};
|
||||
|
||||
programs.neovim.defaultEditor = true;
|
||||
|
||||
programs.lazygit.enable = true;
|
||||
|
@ -275,7 +274,7 @@
|
|||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
rebuild = "sudo nixos-rebuild switch";
|
||||
nixr = "nh os switch .";
|
||||
ls = "eza -l --icons=auto";
|
||||
};
|
||||
functions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue