move profiles to use haumea
This commit is contained in:
parent
4cec867a78
commit
716e9e7ac2
91 changed files with 30 additions and 53 deletions
5
profiles/hardware/bluetooth.nix
Normal file
5
profiles/hardware/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
6
profiles/hardware/graphics.nix
Normal file
6
profiles/hardware/graphics.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
}
|
3
profiles/hardware/qmk.nix
Normal file
3
profiles/hardware/qmk.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
}
|
3
profiles/hardware/steam-hardware.nix
Normal file
3
profiles/hardware/steam-hardware.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
hardware.steam-hardware.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue