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