From 3500b5da914fd4cd7324012b742cfae12ba83083 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 9 Dec 2025 14:58:20 +0000 Subject: [PATCH] Update common.nix --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 64b3dd7..ff1b70f 100644 --- a/common.nix +++ b/common.nix @@ -44,6 +44,7 @@ environment.shellAliases = { # Add packages environment.systemPackages = with pkgs; [ git + libdecor ];