update polybar config, set alacritty size for 2k screen add steam and heroic games launcher

This commit is contained in:
2024-10-17 15:56:23 +02:00
parent 20f87b132b
commit af79ebb579
11 changed files with 77 additions and 21 deletions

View File

@ -11,9 +11,9 @@
tlp
];
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
};
services.xserver.videoDrivers = ["nvidia"];
@ -22,4 +22,6 @@
enable = true;
enableOffloadCmd = true;
};
programs.steam.enable=true;
programs.steam.protontricks.enable=true;
}