nixos-config/users.toml

12 lines
294 B
TOML
Raw Normal View History

# This is project data for deploying home-manager users with this flake. Each
# of the users defined here should correspond to one of the home-manager users
# at `./users/home-manager/`.
2023-06-27 05:17:11 +00:00
[foo-dogsquared]
systems = [
"aarch64-linux",
"x86_64-linux",
]
[plover]
systems = [ "x86_64-linux" ]