index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home.legacy
/
conf
/
npm
/
default.nix
blob: 7b4bb6a1bf61d87ac85e609e382976864233a1ab (
plain
) (
blame
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
xdg
.
configFile
.
"npm/.npmrc"
.
source
=
./.npmrc
;
}