mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
reorganization
This commit is contained in:
parent
0d7caccf06
commit
5646308c21
2 changed files with 25 additions and 16 deletions
6
templates/ed/flake.lock
generated
6
templates/ed/flake.lock
generated
|
|
@ -3,7 +3,6 @@
|
|||
"fran": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nvimConfig",
|
||||
"rixpkgs"
|
||||
]
|
||||
},
|
||||
|
|
@ -39,7 +38,9 @@
|
|||
},
|
||||
"nvimConfig": {
|
||||
"inputs": {
|
||||
"fran": "fran",
|
||||
"fran": [
|
||||
"fran"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
|
|
@ -114,6 +115,7 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"fran": "fran",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nvimConfig": "nvimConfig",
|
||||
"rixpkgs": "rixpkgs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue