mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
docs: comments
This commit is contained in:
@@ -178,9 +178,10 @@
|
|||||||
kana = nixosSystem (idol_kana_modules // unstable_args);
|
kana = nixosSystem (idol_kana_modules // unstable_args);
|
||||||
};
|
};
|
||||||
|
|
||||||
# take images for idols
|
# take system images for idols
|
||||||
# https://github.com/nix-community/nixos-generators
|
# https://github.com/nix-community/nixos-generators
|
||||||
packages."${x64_system}" =
|
packages."${x64_system}" =
|
||||||
|
# genAttrs returns an attribute set with the given keys and values(host => image).
|
||||||
nixpkgs.lib.genAttrs [
|
nixpkgs.lib.genAttrs [
|
||||||
"ai_i3"
|
"ai_i3"
|
||||||
"ai_hyprland"
|
"ai_hyprland"
|
||||||
|
|||||||
Reference in New Issue
Block a user