This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
97f53b7f49
dotfiles
/
system
/
shared
/
nixpkgs.nix
6 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
style: reformat with nixpkgs-fmt
2023-05-03 21:19:59 +00: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