mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
Gabriel Arazas
f282aa2066
The `images` output attribute is now similar to packages as an attribute set of packages with their platforms as the first level.
12 lines
294 B
TOML
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" ]
|