mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update gnome.nix
This commit is contained in:
parent
4a601a183f
commit
578f82e802
1 changed files with 1 additions and 3 deletions
|
@ -11,10 +11,8 @@
|
|||
# Add GNOME packages
|
||||
environment.systemPackages = (with pkgs; [
|
||||
amberol
|
||||
gnomeExtensions.appindicator
|
||||
]);
|
||||
|
||||
# GNOME Shell Extensions
|
||||
environment.systemPackages = with pkgs; [ gnomeExtensions.appindicator ];
|
||||
|
||||
# Remove GNOME packages
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue