Inline settings from nixos-hardware for the ASUS ROG Strix G513

This commit is contained in:
Nettika 2024-06-11 14:56:53 -07:00
parent a02eaafaac
commit 65bac6adaf
2 changed files with 18 additions and 9 deletions

View file

@ -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;