Files
nix/users/default.nix
2025-10-14 00:20:29 -05:00

10 lines
66 B
Nix

{ pkgs, config, lib, ... }:
{
imports = [
./blake
];
}