GCNRRJQVXABVQO7TQ26LRSRW2QFR4FB4ONY7VNANT6XON4E4623AC
nixosConfigurations = {
hostname = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.rocky = import ./home.nix;
}
];
};
nixosConfigurations.janet = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.rocky = import ./home.nix;
}
];
"home-manager": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1626073055,
"narHash": "sha256-vocByfpVu6m9zvtJugDvmd6/9iT2HJuG4tmDICKd0lI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "775cb20bd4af7781fbf336fb201df02ee3d544bb",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1626276056,
"narHash": "sha256-3MKg35Fosh4Iy8jtSS4bs2IrQIeGULBG+f5exR1KTjc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0b9a7ed217486cde4d66f147c8e8c7a6db1784a7",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},