Configuration for my NixOS based systems and Home Manager
1{
2 "nodes": {
3 "home-manager": {
4 "inputs": {
5 "nixpkgs": [
6 "nixpkgs"
7 ]
8 },
9 "locked": {
10 "lastModified": 1763992789,
11 "narHash": "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=",
12 "owner": "nix-community",
13 "repo": "home-manager",
14 "rev": "44831a7eaba4360fb81f2acc5ea6de5fde90aaa3",
15 "type": "github"
16 },
17 "original": {
18 "owner": "nix-community",
19 "ref": "release-25.05",
20 "repo": "home-manager",
21 "type": "github"
22 }
23 },
24 "nixpkgs": {
25 "locked": {
26 "lastModified": 1764316264,
27 "narHash": "sha256-82L+EJU+40+FIdeG4gmUlOF1jeSwlf2AwMarrpdHF6o=",
28 "owner": "nixos",
29 "repo": "nixpkgs",
30 "rev": "9a7b80b6f82a71ea04270d7ba11b48855681c4b0",
31 "type": "github"
32 },
33 "original": {
34 "owner": "nixos",
35 "ref": "nixos-25.05",
36 "repo": "nixpkgs",
37 "type": "github"
38 }
39 },
40 "nixpkgs-unstable": {
41 "locked": {
42 "lastModified": 1764242076,
43 "narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=",
44 "owner": "nixos",
45 "repo": "nixpkgs",
46 "rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4",
47 "type": "github"
48 },
49 "original": {
50 "owner": "nixos",
51 "ref": "nixos-unstable",
52 "repo": "nixpkgs",
53 "type": "github"
54 }
55 },
56 "root": {
57 "inputs": {
58 "home-manager": "home-manager",
59 "nixpkgs": "nixpkgs",
60 "nixpkgs-unstable": "nixpkgs-unstable"
61 }
62 }
63 },
64 "root": "root",
65 "version": 7
66}