This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4b459f08d4
Branches
Tags
No results found.
nix-config
/
system
/
shared
/
nixpkgs.nix
6 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
style: reformat with nixpkgs-fmt
2023-05-03 22:19:59 +01:00
{
}:
{
config
=
{
allowUnfree
=
true
;
}
;
refactor(nvim): move custom plugins to an overlay
2023-03-22 23:21:57 +00:00
overlays
=
[
(
import
./overlays.nix
)
]
;
}
Reference in a new issue
Copy permalink