From d757388ce8e4a32f3c7553a9dc3db6b8362df63c Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 27 May 2023 14:08:05 +0200 Subject: [PATCH] Updated laptop configuration --- nixos-configurations/laptop/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index e95c7b8..ff8aeec 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -26,5 +26,8 @@ key = "86C465C22C8A4D56"; }; }; + home.packages = with pkgs; [ + airshipper + ]; }; }