modules/community-builder: add nix-index, comma
This commit is contained in:
parent
4fa7e5b5ce
commit
419a188be3
5 changed files with 27 additions and 0 deletions
21
flake.lock
generated
21
flake.lock
generated
|
@ -182,6 +182,26 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nix-index-database": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1725161148,
|
||||||
|
"narHash": "sha256-WfAHq3Ag3vLNFfWxKHjFBFdPI6JIideWFJod9mx1eoo=",
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "nix-index-database",
|
||||||
|
"rev": "32058e9138248874773630c846563b1a78ee7a5b",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "nix-index-database",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725448034,
|
"lastModified": 1725448034,
|
||||||
|
@ -286,6 +306,7 @@
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
"lite-config": "lite-config",
|
"lite-config": "lite-config",
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
|
"nix-index-database": "nix-index-database",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-update": "nixpkgs-update",
|
"nixpkgs-update": "nixpkgs-update",
|
||||||
"nixpkgs-update-github-releases": "nixpkgs-update-github-releases",
|
"nixpkgs-update-github-releases": "nixpkgs-update-github-releases",
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
lite-config.url = "github:yelite/lite-config";
|
lite-config.url = "github:yelite/lite-config";
|
||||||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nix-darwin.url = "github:LnL7/nix-darwin";
|
nix-darwin.url = "github:LnL7/nix-darwin";
|
||||||
|
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||||
nixpkgs-update-github-releases.flake = false;
|
nixpkgs-update-github-releases.flake = false;
|
||||||
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
|
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
|
||||||
nixpkgs-update.inputs.mmdoc.follows = "empty";
|
nixpkgs-update.inputs.mmdoc.follows = "empty";
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
"${inputs.self}/modules/shared/community-builder.nix"
|
"${inputs.self}/modules/shared/community-builder.nix"
|
||||||
|
inputs.nix-index-database.darwinModules.nix-index
|
||||||
./users.nix
|
./users.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
"${inputs.self}/modules/shared/community-builder.nix"
|
"${inputs.self}/modules/shared/community-builder.nix"
|
||||||
|
inputs.nix-index-database.nixosModules.nix-index
|
||||||
./users.nix
|
./users.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
pkgs.tig
|
pkgs.tig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.nix-index-database.comma.enable = true;
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# https://grml.org/zsh/grmlzshrc.html
|
# https://grml.org/zsh/grmlzshrc.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue