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