From 5d14a5921c566d654aefe78dd6da3e02e034f5a2 Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Sat, 11 May 2024 23:56:48 +0200 Subject: [PATCH] Test: Install cowsay via home-manager --- hosts/p14s/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/p14s/home.nix b/hosts/p14s/home.nix index 40b3c2e..3b6e77c 100644 --- a/hosts/p14s/home.nix +++ b/hosts/p14s/home.nix @@ -26,6 +26,8 @@ # # "Hello, world!" when run. # pkgs.hello + pkgs.cowsay + # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of