nix-dotfiles/users/alice/default.nix

5 lines
126 B
Nix
Raw Normal View History

2023-12-25 03:39:20 +01:00
{ pkgs, lib, config, name, ... }:
2023-12-24 18:48:52 +01:00
import ../default.nix {
2023-12-25 03:39:20 +01:00
inherit pkgs lib config name;
pubKeys = [ "ed25516-AAAAAAA" ];
2023-12-23 08:27:00 +01:00
}