nix-dotfiles/users/alice/default.nix

8 lines
165 B
Nix
Raw Normal View History

2023-12-24 18:48:52 +01:00
{ pkgs, lib, config }:
import ../default.nix {
inherit pkgs lib config;
userName = "AmethystAndroid";
pubKeys = {
palatine-hill = "ed25516-AAAAAAA";
};
2023-12-23 08:27:00 +01:00
}