more changes to the x1 system config & added font home-manager module credit to misterio77
This commit is contained in:
parent
04ec7debc9
commit
cd8b4270f4
6 changed files with 63 additions and 92 deletions
|
|
@ -2,6 +2,7 @@
|
|||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
consoleMode = "max";
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
|
|
|||
6
system/common/opt/bluetooth.nix
Normal file
6
system/common/opt/bluetooth.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue