diff options
| -rw-r--r-- | modules/gnome.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix index fd90bc5..5842149 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -16,7 +16,7 @@ environment.systemPackages = (with pkgs; [ gnome-terminal gnome-tweaks dconf-editor ]) ++ (with pkgs.gnomeExtensions; [ - runcat vitals just-perfection + runcat vitals just-perfection window-is-ready-remover caffeine ]); environment.sessionVariables = { |
