Skip to content

Instantly share code, notes, and snippets.

{ lib, pkgs, config, ... }:
with lib;
let
cfg = config.myConfig.cli;
in {
imports = [
# Path to other modules.
];
options.myConfig.cli = {
{
lib,
pkgs,
config,
...
}:
with lib;
let
cfg = config.myConfig.desktop."3d-printing";
in
@bendanm
bendanm / uikeys.txt
Last active September 21, 2025 05:48
Beyond All Reason grid keybindings plus all extra files
// Custom keybindings based on Grid keys default.
//
// This combines all the files for grid keys referened in gird_keys.txt
// into one giant file for easy editing.
// https://github.com/beyond-all-reason/Beyond-All-Reason/blob/master/luaui/configs/hotkeys/grid_keys.txt
//
// If there are changes to widgets such as the grid keys or the unit
// control group system you may need to go the the subsection for these files
// and paste in the updated bindings.