1: Added nix-index
This commit is contained in:
parent
cc66e0c2c5
commit
cf1af9678e
@ -1,11 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
# Nvm lol - Enable ZSH instead of BASH
|
||||
programs.zsh = {
|
||||
enable = false;
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
};
|
||||
|
||||
# Enable Fish instead of others
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
@ -26,16 +19,6 @@
|
||||
sha256 = "0c5i7sdrsp0q3vbziqzdyqn4fmp235ax4mn4zslrswvn8g3fvdyh";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
name = "fasd";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "oh-my-fish";
|
||||
repo = "plugin-fasd";
|
||||
rev = "38a5b6b6011106092009549e52249c6d6f501fba";
|
||||
sha256 = "06v37hqy5yrv5a6ssd1p3cjd9y3hnp19d3ab7dag56fs1qmgyhbs";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
shellAbbrs = {
|
||||
@ -103,6 +86,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
# Enable powershell
|
||||
home.packages = with pkgs; [
|
||||
powershell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user