feat(nix): add clang to rustup packages and disable update news
Some checks failed
Flake checker / Build Nix targets (push) Failing after 16s
Some checks failed
Flake checker / Build Nix targets (push) Failing after 16s
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[]
|
[]
|
||||||
++ lib.optionals (!device.isServer) [rustup]
|
++ lib.optionals (!device.isServer) [rustup clang]
|
||||||
++ lib.optionals device.isLinux []
|
++ lib.optionals device.isLinux []
|
||||||
++ lib.optionals device.isDarwin [];
|
++ lib.optionals device.isDarwin [];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -84,6 +84,9 @@
|
|||||||
"col.inactive_border" = "$crust";
|
"col.inactive_border" = "$crust";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ecosystem = {
|
||||||
|
no_update_news = true;
|
||||||
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user