mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
remove appindicator comment
This commit is contained in:
parent
6b6d99e195
commit
f8b61ea795
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ in
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
|
|
||||||
# https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/441
|
|
||||||
# gnomeExtensions.appindicator
|
|
||||||
|
|
||||||
(writeShellScriptBin "x-terminal-emulator" ''
|
(writeShellScriptBin "x-terminal-emulator" ''
|
||||||
exec alacritty "$@"
|
exec alacritty "$@"
|
||||||
'')
|
'')
|
||||||
|
|
Loading…
Reference in a new issue