From 266a350814cf53b3a77fd7bbca757219b40c178e Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 22 Apr 2023 21:45:57 +0200 Subject: [PATCH] Add GitHub CLI tool --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 48a5709..329537f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,6 +76,7 @@ bbenoist.nix ritwickdey.liveserver svelte.svelte-vscode + prisma.prisma ]; }; alacritty.enable = true; @@ -90,6 +91,7 @@ }; extraConfig.gpg.format = "ssh"; }; + gh.enable = true; }; services.flameshot.enable = true; home = {