mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
update nix package manager
This commit is contained in:
parent
62293787b9
commit
d9d73a8a1b
1 changed files with 21 additions and 0 deletions
21
dot_config/nixpkgs/config.nix
Normal file
21
dot_config/nixpkgs/config.nix
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
packageOverrides = pkgs: with pkgs; {
|
||||||
|
myPackages = pkgs.buildEnv {
|
||||||
|
name = "my-packages";
|
||||||
|
paths = [
|
||||||
|
atuin
|
||||||
|
bat
|
||||||
|
chezmoi
|
||||||
|
eza
|
||||||
|
starship
|
||||||
|
yazi
|
||||||
|
neovim
|
||||||
|
micromamba
|
||||||
|
tealdeer
|
||||||
|
zsh
|
||||||
|
zsh-syntax-highlighting
|
||||||
|
zoxide
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue