Files
nix/users/default.nix
2025-10-25 14:39:45 -05:00

10 lines
66 B
Nix

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