Update common.nix

This commit is contained in:
ediblerope 2026-03-18 10:49:24 +00:00 committed by GitHub
parent 8d0b77cad5
commit bb066d54fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,6 +106,7 @@ in
# Add packages # Add packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
localsend
#adwaita-icon-theme #adwaita-icon-theme
#mission-center #mission-center
]; ];