From 27ba4b8b6976ea5d021dd13284c5a3c7af8365fc Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 10 Dec 2025 20:13:41 +0000 Subject: [PATCH] Update common.nix --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 64b3dd7..fcf453e 100644 --- a/common.nix +++ b/common.nix @@ -44,6 +44,7 @@ environment.shellAliases = { # Add packages environment.systemPackages = with pkgs; [ git + adwaita-icon-theme ];