nix: gnome-shell-extensions moved to top-level
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
0dbce20189
commit
12883d7453
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue