feat: Initial commit

This commit is contained in:
2022-03-23 20:06:42 -05:00
commit cc4c5b4ae3
5 changed files with 230 additions and 0 deletions

46
flake.lock generated Normal file
View File

@@ -0,0 +1,46 @@
{
"nodes": {
"homeManager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1648076917,
"narHash": "sha256-pY8Y+6qT+nDEdDSU9Q1hzUbzgWP0bxFw1qjNx1fdGnw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "9970d23218d2215fb7e6e2cb74a3533e2b8863ad",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1647350163,
"narHash": "sha256-OcMI+PFEHTONthXuEQNddt16Ml7qGvanL3x8QOl2Aao=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3eb07eeafb52bcbf02ce800f032f18d666a9498d",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"homeManager": "homeManager",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}