Started role/laptop
This commit is contained in:
parent
1cd1786ad0
commit
3598067158
5 changed files with 12 additions and 5 deletions
|
@ -32,5 +32,8 @@
|
|||
|
||||
# List packages installed in system profile. To search, run:
|
||||
environment.systemPackages = with pkgs; [ vim wget curl git ];
|
||||
|
||||
networking.extraHosts = ''
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
3
roles/laptop.nix
Normal file
3
roles/laptop.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue