Skip to content

Instantly share code, notes, and snippets.

# `nixos-module-dockurr-windows.nix`
# my current module, might or might not work, have not used it in a while
{
config,
lib,
pkgs,
...
}: let
app = "dockurr-windows";
cfg = config.my-nix-lib.${app};