mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
disable gnomeExtensions.appindicator due to bug
This commit is contained in:
parent
6e8406a6a5
commit
2e05efff6d
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome3.gnome-tweaks
|
||||
gnomeExtensions.appindicator
|
||||
|
||||
# https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/441
|
||||
# gnomeExtensions.appindicator
|
||||
|
||||
(writeShellScriptBin "x-terminal-emulator" ''
|
||||
exec kitty "$@"
|
||||
|
|
Loading…
Reference in a new issue