NixOS and Home Manager config
1{
2 "nodes": {
3 "home-manager": {
4 "inputs": {
5 "nixpkgs": [
6 "nixpkgs"
7 ]
8 },
9 "locked": {
10 "lastModified": 1771851181,
11 "narHash": "sha256-gFgE6mGUftwseV3DUENMb0k0EiHd739lZexPo5O/sdQ=",
12 "owner": "nix-community",
13 "repo": "home-manager",
14 "rev": "9a4b494b1aa1b93d8edf167f46dc8e0c0011280c",
15 "type": "github"
16 },
17 "original": {
18 "owner": "nix-community",
19 "ref": "master",
20 "repo": "home-manager",
21 "type": "github"
22 }
23 },
24 "nixpkgs": {
25 "locked": {
26 "lastModified": 1771848320,
27 "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=",
28 "owner": "nixos",
29 "repo": "nixpkgs",
30 "rev": "2fc6539b481e1d2569f25f8799236694180c0993",
31 "type": "github"
32 },
33 "original": {
34 "owner": "nixos",
35 "ref": "nixos-unstable",
36 "repo": "nixpkgs",
37 "type": "github"
38 }
39 },
40 "root": {
41 "inputs": {
42 "home-manager": "home-manager",
43 "nixpkgs": "nixpkgs",
44 "wrappers": "wrappers"
45 }
46 },
47 "wrappers": {
48 "inputs": {
49 "nixpkgs": [
50 "nixpkgs"
51 ]
52 },
53 "locked": {
54 "lastModified": 1771787537,
55 "narHash": "sha256-kf8PBv/PofFUp68KTeBS5TK5l/Y6G8ko9ra6j+I+1F4=",
56 "owner": "lassulus",
57 "repo": "wrappers",
58 "rev": "663b60e26b16333042f0cb8793836df3fecc2304",
59 "type": "github"
60 },
61 "original": {
62 "owner": "lassulus",
63 "repo": "wrappers",
64 "type": "github"
65 }
66 }
67 },
68 "root": "root",
69 "version": 7
70}