diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-22 22:39:18 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-22 22:52:11 +0530 |
commit | 53cf883d602d21ab1cdb4e127a64f1e9f7e350ff (patch) | |
tree | b7c1ce45cd421c739537b8bffd985c2dee4aec77 /home/wayland | |
parent | 3eb462c992e9612e3571b17269dda290f391cda6 (diff) |
flake: bump lock, linux 6.10
Diffstat (limited to 'home/wayland')
-rw-r--r-- | home/wayland/modules/sway/theme.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wayland/modules/sway/theme.nix b/home/wayland/modules/sway/theme.nix index f2467ee..b1673da 100644 --- a/home/wayland/modules/sway/theme.nix +++ b/home/wayland/modules/sway/theme.nix @@ -30,6 +30,6 @@ gtk.enable = true; name = "Adwaita"; - package = pkgs.gnome.adwaita-icon-theme; + package = pkgs.adwaita-icon-theme; }; } |