305 current 2024-04-03 13:23:05 24.05.20240402.43f9562 6.8.2-zen2 *

This commit is contained in:
zackartz 2024-04-03 13:23:14 -04:00
parent 8a6693c851
commit deedd53c27
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -4,6 +4,12 @@
config = rec { config = rec {
terminal = "kitty"; terminal = "kitty";
startup = [{command = "firefox";}]; startup = [{command = "firefox";}];
output = {
DP-1 = {
mode = "2560x1440@239.972Hz";
};
};
}; };
extraOptions = ["--unsupported-gpu"]; extraOptions = ["--unsupported-gpu"];
}; };