Added printing and bluetooth support
This commit is contained in:
parent
f5bdc596ac
commit
df825e3f4c
6 changed files with 22 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{config, ...}:
|
||||
{config, pkgs, ...}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -10,4 +10,7 @@
|
|||
];
|
||||
|
||||
networking.hostName = "nix-te-vinden";
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.package = pkgs.bluezFull;
|
||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue