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
|
curl
|
||||||
git
|
git
|
||||||
btop
|
btop
|
||||||
|
ripgrep
|
||||||
];
|
];
|
||||||
gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ];
|
gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ];
|
||||||
};
|
};
|
||||||
|
|
2
home.nix
2
home.nix
|
@ -5,6 +5,8 @@
|
||||||
username = "pim";
|
username = "pim";
|
||||||
homeDirectory = "/home/pim";
|
homeDirectory = "/home/pim";
|
||||||
stateVersion = stateVersion;
|
stateVersion = stateVersion;
|
||||||
|
|
||||||
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Reference in a new issue