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