mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
undo stupid graphic settings
This commit is contained in:
parent
49283fab73
commit
9bda1564c8
2 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
;
|
||||
inherit (nvim-flake.packages) neovim;
|
||||
};
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
services.xserver.videoDrivers = [ "modesetting" ];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue