Update common.nix

This commit is contained in:
ediblerope 2025-12-03 11:38:23 +00:00 committed by GitHub
parent a4eccf91ca
commit 5b4a8aec35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@ environment.shellAliases = {
}; };
# Add packages # Add packages
environment.systemPackages = [ environment.systemPackages = with pkgs; [
pkgs.git git
gnomeExtensions.blur-my-shell gnomeExtensions.blur-my-shell
gnomeExtensions.just-perfection gnomeExtensions.just-perfection
]; ];