index
:
blow
main
a hyper-minimal tiling window manager written in rust
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.nix
blob: 3413d9ce35288fa53ee285ae9555c027f48b99c5 (
plain
)
1
2
3
4
{
pkgs
?
import
<nixpkgs>
{
},
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
xorg
.
libxcb
];
}