This commit is contained in:
2025-11-02 19:41:49 +03:00
parent 3583676dd1
commit 2bfa0e4cfd
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -58,10 +58,10 @@
home-manager.follows = "home-manager";
};
};
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
# nix-index-database = {
# url = "github:nix-community/nix-index-database";
# inputs.nixpkgs.follows = "nixpkgs";
# };
compose2nix = {
url = "github:aksiksi/compose2nix";
inputs.nixpkgs.follows = "nixpkgs";
+1 -1
View File
@@ -16,7 +16,7 @@ let
(./. + "/${deviceType}") # specific modules
home-manager.nixosModules.home-manager # home-manager module
nix-index-database.nixosModules.nix-index # nix-index module
# nix-index-database.nixosModules.nix-index # nix-index module
grub2-themes.nixosModules.default # grub2 themes module
sops-nix.nixosModules.sops # sops module
self.homeConfigurations.default.nixosModule # default homeConfigurations
+2 -2
View File
@@ -90,8 +90,8 @@
enable = true;
};
bat.enable = true;
command-not-found.enable = false;
nix-index.enable = true;
# command-not-found.enable = false;
# nix-index.enable = true;
nh = {
enable = true;
flake = "/etc/nixos";