diff options
| author | adikro <adikro@disroot.org> | 2026-01-08 19:16:18 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-08 19:16:18 +0100 |
| commit | b3931c5dd7006011720ac39db04136e69d02c952 (patch) | |
| tree | 916c95bc79664a6c01387ad92dec997336a5e035 /hosts/desktop/configuration.nix | |
| parent | 6fc5210d51c630dd944d3050328a784b4ece81ba (diff) | |
laptop pull and rebase
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index af29944..ecef098 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -71,6 +71,12 @@ rivalcfg ]; + services.blueman.enable = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + boot = { kernelParams = [ "video=DP-1:2560x1440@240" ]; kernelModules = [ "nct6687" ]; |
