1
0
Fork 0
nixos-config/channels.nix

13 lines
244 B
Nix
Raw Normal View History

2020-12-07 02:05:57 +00:00
let
2022-05-31 23:51:30 +00:00
nixos-stable = {
nixpkgs-channel = "nixos-stable";
home-manager-channel = "home-manager-stable";
2022-05-31 21:51:15 +00:00
};
2022-03-08 01:42:46 +00:00
in rec {
2022-05-31 23:51:30 +00:00
hera = nixos-stable;
apollo = nixos-stable;
zeus = nixos-stable;
fluffy = nixos-stable;
2020-12-07 02:31:30 +00:00
chor-cloud = hera;
2020-12-07 02:05:57 +00:00
}