tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Actually add emulator packages to prospect
encode42.dev
6 months ago
1021ab53
b76026be
+3
-1
1 changed file
expand all
collapse all
unified
split
hosts
prospect
homes
encode42.nix
+3
-1
hosts/prospect/homes/encode42.nix
···
53
53
home.packages = with pkgs; [
54
54
r2modman
55
55
pkgs-unstable.olympus
56
56
-
];
56
56
+
]
57
57
+
++ stable-emulators
58
58
+
++ unstable-emulators;
57
59
}