add more zsh plugins
This commit is contained in:
parent
14420faef5
commit
a8df230aa7
@ -34,12 +34,14 @@
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
pkgs.firefox
|
||||
pkgs.vscode
|
||||
pkgs.chromium
|
||||
pkgs.firefox
|
||||
pkgs.fzf
|
||||
pkgs.nil
|
||||
pkgs.nixpkgs-fmt
|
||||
pkgs.poetry
|
||||
pkgs.thefuck
|
||||
pkgs.vscode
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
@ -100,7 +102,18 @@
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "thefuck" ];
|
||||
plugins = [
|
||||
"docker"
|
||||
"docker-compose"
|
||||
"emacs"
|
||||
"fzf"
|
||||
"git"
|
||||
"pass"
|
||||
"poetry"
|
||||
"python"
|
||||
"rust"
|
||||
"thefuck"
|
||||
];
|
||||
theme = "bureau";
|
||||
};
|
||||
};
|
||||
|
||||
@ -79,10 +79,10 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
ranger
|
||||
git
|
||||
ranger
|
||||
vim
|
||||
wget
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user