From 0d84f2493cc829ae8f487b1dfb4413a508e98c6b Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 16 Apr 2026 16:53:03 -0400 Subject: [PATCH] remove valent --- modules/graphical/gnome/extensions.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/modules/graphical/gnome/extensions.nix b/modules/graphical/gnome/extensions.nix index 3800c4a..ff5a788 100644 --- a/modules/graphical/gnome/extensions.nix +++ b/modules/graphical/gnome/extensions.nix @@ -6,7 +6,6 @@ { environment = { systemPackages = with pkgs.gnomeExtensions; [ - valent pop-shell appindicator blur-my-shell @@ -46,7 +45,7 @@ allow-extension-installation = false; enabled-extensions = [ "blur-my-shell@aunetx" - "pop-shell@system76.com" + # "pop-shell@system76.com" "rounded-window-corners@fxgn" "burn-my-windows@schneegans.github.com" "fullscreen-avoider@noobsai.github.com" @@ -66,13 +65,13 @@ skip-libhandy-app = false; }; - pop-shell = rec { - active-hint = true; - tile-by-default = true; - active-hint-border-radius = 16; - gap-inner = 3; - gap-outer = gap-inner; - }; + # pop-shell = rec { + # active-hint = true; + # tile-by-default = true; + # active-hint-border-radius = 16; + # gap-inner = 3; + # gap-outer = gap-inner; + # }; just-perfection = { accessibility-menu = false;