Skip to content

Latest commit

 

History

History
executable file
·
30 lines (24 loc) · 535 Bytes

index.md

File metadata and controls

executable file
·
30 lines (24 loc) · 535 Bytes

Home

{ config, pkgs, lib, modules, assets, ... }:
{
  imports = [
    /${modules}/home
    ./backup.nix
    ./packages.nix
  ];

  <<<PereBook/home>>>
}

Bluetooth headset battery

home.packages = with pkgs; [
  (pkgs.writeShellScriptBin "batt" ''
    ${bluetooth_battery}/bin/bluetooth_battery AC:12:2F:50:BB:3A
  '')
];

OpenTabletDriver config

xdg.configFile."OpenTabletDriver/settings.json".source = /${assets}/tablet.json;