Compare commits

..

No commits in common. "a2e4d84f296ed7ec38ed4a559f25c534501273b6" and "d5979622c0d15bb44c61299014a89abe6884f35a" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View file

@ -50,7 +50,7 @@
)
(box :class "menubox-widgets"
:orientation "h"
(button :class "menubox-widgets text" :onclick "reboot" "")
(button :class "menubox-widgets text" :onclick "reboot now" "")
(button :class "menubox-widgets text" :onclick "shutdown now" "")
(button :class "menubox-widgets text" :onclick "eww close menu-window" "")))
)

View file

@ -84,7 +84,6 @@
(\.|^)wac\.phicdn\.net$
*.flake.sh
*.clickhouse.com
*.discord.com
'';
in {
ads = [

View file

@ -9,11 +9,11 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "estin";
repo = "simple-completion-language-server";
rev = "232aab4775c35a5d79ce38aa81a6724007aa0b59";
hash = "sha256-gwBQu1xf4rmDbOzvxXzQsHJr4faOECmRwyT7MR+pPyI=";
rev = "3edd6209fffd204d689fb3b0afb0e51ad90f0af2";
hash = "sha256-iccwhZhwYLxjhCLj8kRLqlL1F9TjZ57BogqlbKgCsKM=";
};
cargoHash = "sha256-hwF3qSlv/wZhJh1kIxm/U0ZpnAZpiMzUe0OncGBlclk=";
cargoHash = "sha256-nxLnlBfqcA64npPccuE00JxCLGi4eU9nWyU0PSVdKpE=";
doCheck = false;