From 7169556a3ddb01c25f55f2fac4e145e615bf9496 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 8 Oct 2025 19:33:29 +0530 Subject: [PATCH] feat(nix): add clang to rustup packages and disable update news --- home/programs/rustup.nix | 2 +- home/services/hyprland.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/programs/rustup.nix b/home/programs/rustup.nix index 3c500483..9e5ba7b2 100644 --- a/home/programs/rustup.nix +++ b/home/programs/rustup.nix @@ -5,7 +5,7 @@ }: { home.packages = with pkgs; [] - ++ lib.optionals (!device.isServer) [rustup] + ++ lib.optionals (!device.isServer) [rustup clang] ++ lib.optionals device.isLinux [] ++ lib.optionals device.isDarwin []; } diff --git a/home/services/hyprland.nix b/home/services/hyprland.nix index 5b8a91cc..739f0efd 100644 --- a/home/services/hyprland.nix +++ b/home/services/hyprland.nix @@ -84,6 +84,9 @@ "col.inactive_border" = "$crust"; }; + ecosystem = { + no_update_news = true; + }; decoration = { # See https://wiki.hyprland.org/Configuring/Variables/ for more