Skip to content

Commit 7169556

Browse files
committed
feat(nix): add clang to rustup packages and disable update news
1 parent ea58e45 commit 7169556

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

home/programs/rustup.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}: {
66
home.packages = with pkgs;
77
[]
8-
++ lib.optionals (!device.isServer) [rustup]
8+
++ lib.optionals (!device.isServer) [rustup clang]
99
++ lib.optionals device.isLinux []
1010
++ lib.optionals device.isDarwin [];
1111
}

home/services/hyprland.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
"col.inactive_border" = "$crust";
8585
};
8686

87+
ecosystem = {
88+
no_update_news = true;
89+
};
8790
decoration = {
8891
# See https://wiki.hyprland.org/Configuring/Variables/ for more
8992

0 commit comments

Comments
 (0)