nix/host/work/Configuration.nix

6 lines
59 B
Nix
Raw Normal View History

{ config, pkgs, ... }: {
imports = [
./Fprint.nix
];
}