This website requires JavaScript.
Explore
Help
Sign In
coolneng
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b8b99eae51
dotfiles
/
nix
/
.config
/
nixpkgs
/
config.nix
2 lines
24 B
Nix
Raw
Normal View
History
Unescape
Escape
Allow unfree software in nix-shell
2020-09-10 13:19:51 +02:00
{
allowUnfree
=
true
;
}