From 153cc02e67d82f3f39668aaca8416116eb417f06 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 30 Dec 2025 19:40:46 +0000 Subject: [PATCH] Update common.nix --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 6fee626..bb52b7a 100644 --- a/common.nix +++ b/common.nix @@ -55,5 +55,6 @@ environment.systemPackages = with pkgs; [ git adwaita-icon-theme + mission-center ]; }