1
1
Fork 0

nix: gnome-shell-extensions moved to top-level

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-09 19:01:22 -05:00
parent 0dbce20189
commit 12883d7453
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -30,6 +30,6 @@ in
# Remove default packages
# https://wiki.nixos.org/wiki/GNOME#Excluding_GNOME_Applications
environment.gnome.excludePackages = [ pkgs.gnome.gnome-shell-extensions ];
environment.gnome.excludePackages = [ pkgs.gnome-shell-extensions ];
};
}