diff --git a/configuration.nix b/configuration.nix index b2b67e0..e108a7f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -44,6 +44,7 @@ in curl git btop + ripgrep ]; gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ]; }; diff --git a/home.nix b/home.nix index f54bf41..b819ac7 100644 --- a/home.nix +++ b/home.nix @@ -5,6 +5,8 @@ username = "pim"; homeDirectory = "/home/pim"; stateVersion = stateVersion; + + packages = with pkgs; []; }; programs = {