hw
This commit is contained in:
parent
3c44ab3bbe
commit
dd7fdc2855
4 changed files with 8 additions and 3 deletions
|
|
@ -7,6 +7,7 @@
|
|||
./bluetooth.nix
|
||||
./btrfs.nix
|
||||
./fonts.nix
|
||||
./hardware.nix
|
||||
./nix.nix
|
||||
./nfs.nix
|
||||
./users.nix
|
||||
|
|
|
|||
3
system/hardware.nix
Normal file
3
system/hardware.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{...}: {
|
||||
hardware.i2c.enable = true;
|
||||
}
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
environment.packages = with pkgs; [
|
||||
gnome-bluetooth
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue