lint
This commit is contained in:
parent
9c92ea27e3
commit
8a2127b3d8
37 changed files with 75 additions and 67 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
modules = {
|
||||
security.useDoas = true;
|
||||
|
||||
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
pipewire.enable = true;
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
[
|
||||
inputs.hardware.nixosModules.common-cpu-intel
|
||||
inputs.hardware.nixosModules.common-pc-laptop-ssd
|
||||
inputs.hardware.nixosModules.common-pc-laptop
|
||||
# this will override your kernel!!!
|
||||
# use this on macs with t2 chips to get screen, keyboard, trackpad,
|
||||
# use this on macs with t2 chips to get screen, keyboard, trackpad,
|
||||
# camera, touchbar, and experimental suspend and audio
|
||||
inputs.hardware.nixosModules.apple-t2
|
||||
|
||||
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
|
||||
./apple-macbook-air-9-1.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue