rebuild
This commit is contained in:
19
machines/configuration-laptop.nix
Normal file
19
machines/configuration-laptop.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Import general Configs
|
||||
imports = [ ./../configuration.nix ];
|
||||
|
||||
# Hostname
|
||||
networking.hostName = "eliasLaptop";
|
||||
hardware.pulseaudio.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
settings.General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
Experimental = true;
|
||||
};
|
||||
};
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user