1
0
Fork 0

Add nix-index database

This commit is contained in:
Malte 2023-04-07 00:57:27 +02:00
parent 4353fe1331
commit 6ca5f114da
4 changed files with 27 additions and 1 deletions

View file

@ -264,6 +264,26 @@
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixos-stable"
]
},
"locked": {
"lastModified": 1679224439,
"narHash": "sha256-QkvcuC4b67FUkkxlMsLTMPbwoD7yZr0UvJpu6jkFuLo=",
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "2f5e6e915d70c04d673a8930f94591595c73eb84",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
"nix-output-monitor": {
"inputs": {
"flake-utils": [
@ -416,6 +436,7 @@
"hexa-nur-packages": "hexa-nur-packages",
"home-manager": "home-manager",
"impermanence": "impermanence",
"nix-index-database": "nix-index-database",
"nix-output-monitor": "nix-output-monitor",
"nixos-hardware": "nixos-hardware",
"nixos-mailserver": "nixos-mailserver",

View file

@ -55,6 +55,10 @@
};
};
impermanence.url = "github:nix-community/impermanence";
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixos-stable";
};
};
outputs = inputs @ {nixos-hardware, ...}:

View file

@ -26,7 +26,7 @@
modules = [
config
inputs.emanote.homeManagerModule
inputs.impermanence.nixosModules.home-manager.impermanence
inputs.nix-index-database.hmModules.nix-index
];
});
buildModesForHost = host: modes:

View file

@ -19,6 +19,7 @@
home.stateVersion = "22.05";
programs = {
nix-index.enable = true;
home-manager.enable = true;
exa = {
enable = true;