removed users from common
removed common hardware
This commit is contained in:
parent
d6cccdc41b
commit
ddc087a548
22 changed files with 400 additions and 420 deletions
|
@ -10,7 +10,6 @@
|
|||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
../hardware-common.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
@ -81,10 +80,6 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hardware = {
|
||||
piperMouse.enable = true;
|
||||
viaKeyboard.enable = true;
|
||||
openRGB.enable = true;
|
||||
|
||||
# Enable OpenGL
|
||||
graphics.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue