This website requires JavaScript.
Explore
Help
Register
Sign In
odie
/
nixos-combined-flake
Watch
1
Star
0
Fork
You've already forked nixos-combined-flake
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3987b94d21
nixos-combined-flake
/
modules
/
home-manager
/
base
/
nixpkgs.nix
7 lines
93 B
Nix
Raw
Blame
History
{
pkgs
,
.
.
.
}:
{
nixpkgs
=
{
config
.
allowUnfree
=
true
;
}
;
nix
.
package
=
pkgs
.
nix
;
}
Reference in New Issue
View Git Blame
Copy Permalink