Skip to content

Commit

Permalink
refactor: move nix-index fish integration
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Sep 4, 2024
1 parent a9e99c0 commit f7c5065
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions modules/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@

home-manager.users.${username} = {
programs.home-manager.enable = true;

systemd.user.startServices = true;

programs.nix-index = {
enable = true;
enableFishIntegration = true;
};

programs.nix-index.enable = true;
home.stateVersion = "23.11";
};
}

0 comments on commit f7c5065

Please sign in to comment.