nix-configurations/pkgs/default.nix

5 lines
49 B
Nix

{ pkgs, ... }: {
imports = [ ./wofi-pass ];
}