summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/gnome.nix2
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 = {