tangled
alpha
login
or
join now
aria.rip
/
blow
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
blow
/
shell.nix
at
main
4 lines
95 B
view raw
wrap content
aria.rip
initial commit: basic xorg initialisation
2y ago
dc809472
1
{
2
pkgs
?
import
<nixpkgs>
{
}
,
3
}:
4
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
xorg
.
libxcb
]
;
}