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