Skip to content

Commit

Permalink
base: remove driver config
Browse files Browse the repository at this point in the history
NVIDIA specific settings should just go to boreal
  • Loading branch information
alarsyo committed Feb 29, 2024
1 parent 79d6028 commit 2d42036
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions base/gui-programs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ in {
services = {
xserver = {
enable = true;
# NOTE: could use `mkOptionDefault` but this feels more explicit
videoDrivers =
if config.my.gui.isNvidia
then ["nvidia"]
else options.services.xserver.videoDrivers.default;
windowManager.i3.enable = true;
xkb = {
layout = "fr";
Expand Down

0 comments on commit 2d42036

Please sign in to comment.