Skip to content

Commit

Permalink
fix(nix): use nix-index-database with home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Dec 31, 2024
1 parent 7f474d3 commit 2eadb88
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions home/profiles/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ in
# Encrypted files in Git repositories
git-crypt
# Runs programs without installing them

# These are pulled using the home-manager moudle below
# comma
# nix-index
tuxmux
];
};
Expand Down
2 changes: 0 additions & 2 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ rec {
}
)
(inputs.home-manager.nixosModules.home-manager)
(inputs.nix-index-database.nixosModules.nix-index)
(
{
home-manager = {
Expand Down Expand Up @@ -213,7 +212,6 @@ rec {
inputs.darwin.lib.darwinSystem {
inherit system;
modules = [
(inputs.nix-index-database.darwinModules.nix-index)
(
{ pkgs, ... }: {
# Don't rely on the configuration to enable a flake-compatible version of Nix.
Expand Down
2 changes: 0 additions & 2 deletions system/darwin/hosts/theman/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
dua
vhs
just
comma
nix-index
tuxmux
];

Expand Down

0 comments on commit 2eadb88

Please sign in to comment.