install ripgrep
This commit is contained in:
parent
d0c6c5eb45
commit
64c4e59085
2 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,7 @@ in
|
|||
curl
|
||||
git
|
||||
btop
|
||||
ripgrep
|
||||
];
|
||||
gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ];
|
||||
};
|
||||
|
|
2
home.nix
2
home.nix
|
@ -5,6 +5,8 @@
|
|||
username = "pim";
|
||||
homeDirectory = "/home/pim";
|
||||
stateVersion = stateVersion;
|
||||
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Reference in a new issue