Skip to content

Commit

Permalink
Update (#132)
Browse files Browse the repository at this point in the history
* Temporarily disable devenv.sh substituters.

* Update.

* Remove obsolete rocm tmpfiles rules.

* Update Hyprland shadow rules.

Hyprland update annonced here: https://hyprland.org/news/update45/

* Re-enable cachix.
  • Loading branch information
attilaolah authored Nov 24, 2024
1 parent b00c381 commit 26e2a74
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 20 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home-manager/wayland/window_manager/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ in {
animations.enabled = false;
decoration = {
blur.enabled = false;
drop_shadow = false;
shadow.enabled = false;
rounding = 0;
};

Expand Down
2 changes: 1 addition & 1 deletion hosts/home/hyprland/greet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ general:cursor_inactive_timeout = 10

decoration {
blur:enabled = false
drop_shadow = false
shadow:enabled = false
rounding = 0
}

Expand Down
17 changes: 5 additions & 12 deletions hosts/home/systemd.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
{pkgs, ...}: {
systemd = {
tmpfiles.rules = [
# AMD ROCm HIP location, as expected by some 3rd party apps.
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];

services = {
# Fix nixos-rebuild hanging, until this issue is resolved:
# https://github.com/NixOS/nixpkgs/issues/180175#issuecomment-1658731959
NetworkManager-wait-online.serviceConfig = {
ExecStart = ["" "${pkgs.networkmanager}/bin/nm-online -q"];
};
systemd.services = {
# Fix nixos-rebuild hanging, until this issue is resolved:
# https://github.com/NixOS/nixpkgs/issues/180175#issuecomment-1658731959
NetworkManager-wait-online.serviceConfig = {
ExecStart = ["" "${pkgs.networkmanager}/bin/nm-online -q"];
};
};
}

0 comments on commit 26e2a74

Please sign in to comment.