Inline settings from nixos-hardware for the ASUS ROG Strix G513
This commit is contained in:
parent
a02eaafaac
commit
65bac6adaf
2 changed files with 18 additions and 9 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
<nixos-hardware/asus/rog-strix/g513im>
|
||||
./hardware.nix
|
||||
./networking.nix
|
||||
./users.nix
|
||||
|
|
@ -23,7 +22,6 @@
|
|||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
#videoDrivers = ["nvidia" "amdgpu"];
|
||||
desktopManager = {
|
||||
cinnamon.enable = true;
|
||||
xterm.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue