From 26eea9fcba2e461e69e9117d631f5c6f765f0e42 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 24 Feb 2026 05:23:18 -0600 Subject: [PATCH] replaced pano --- environments/gnome.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environments/gnome.nix b/environments/gnome.nix index f7fd2f2..4dcab9c 100644 --- a/environments/gnome.nix +++ b/environments/gnome.nix @@ -48,11 +48,10 @@ in builtins.attrValues { inherit (pkgs.gnomeExtensions) tactile # window manager - freon # hardware temperature monitor gamemode-shell-extension # I guess I'm a gamer now? burn-my-windows # special effects for when closing windows - pano # clipboard manager pop-shell + # copyous # clipboard manager ; } );