nixos-config/users.toml
Gabriel Arazas f282aa2066
config: make platforms as a list for users and images
The `images` output attribute is now similar to packages as an attribute
set of packages with their platforms as the first level.
2023-07-30 07:11:53 +08:00

12 lines
294 B
TOML

# 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/`.
[foo-dogsquared]
systems = [
"aarch64-linux",
"x86_64-linux",
]
[plover]
systems = [ "x86_64-linux" ]