Disable some gnomeExtensions

This commit is contained in:
Dave Gallant
2023-03-02 18:22:50 -05:00
parent e88e3a8ed8
commit 7cf5590e30
4 changed files with 8 additions and 8 deletions

6
flake.lock generated
View File

@@ -28,11 +28,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1677756477, "lastModified": 1677783711,
"narHash": "sha256-EZzkIti0a7Xlmuzx0ECXmiBIxz3mXrIS4ppb8eqshWE=", "narHash": "sha256-eq5mOVk3gv5HITtLhPjKwi8bFnOaQplA3X0WFgHnmxE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "547a3bc8d464cb2a22e4cf0dbbb746f8c654151a", "rev": "b9e3a29864798d55ec1d6579ab97876bb1ee9664",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -5,15 +5,15 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "vpngate"; pname = "vpngate";
version = "v0.1.3"; version = "v0.1.4";
vendorSha256 = "sha256-UTASkJXaqAqqZP77hSqdPfbY21PhLvR0A779YJ7tku8="; vendorSha256 = "sha256-nZ5Ega+P3xPE4p8ehyVC4KBYWF1qUK+y7Slw2cYdq5U=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "davegallant"; owner = "davegallant";
repo = "vpngate"; repo = "vpngate";
rev = version; rev = version;
sha256 = "sha256-74ZqxGKuXaTwv/UtRLRqjwxk9vo0V+nvNs/3L6MjlzQ="; sha256 = "sha256-cLoM/DFLSK22KJvCogSHwLVqLXMMF/tT0BF9a1E0cUY=";
}; };
meta = with lib; { meta = with lib; {

View File

@@ -96,7 +96,7 @@ in {
openssl openssl
openvpn openvpn
sshfs # mac requires https://osxfuse.github.io/ sshfs # mac requires https://osxfuse.github.io/
vpngate # vpngate
whois whois
# rice # rice

View File

@@ -26,7 +26,7 @@ in {
gnomeExtensions.blur-my-shell gnomeExtensions.blur-my-shell
gnomeExtensions.caffeine gnomeExtensions.caffeine
gnomeExtensions.clipboard-indicator gnomeExtensions.clipboard-indicator
gnomeExtensions.grand-theft-focus # gnomeExtensions.grand-theft-focus
gnomeExtensions.notification-banner-reloaded gnomeExtensions.notification-banner-reloaded
gnomeExtensions.openweather gnomeExtensions.openweather
gnomeExtensions.quick-settings-tweaker gnomeExtensions.quick-settings-tweaker