summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-22 22:39:18 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-22 22:52:11 +0530
commit53cf883d602d21ab1cdb4e127a64f1e9f7e350ff (patch)
treeb7c1ce45cd421c739537b8bffd985c2dee4aec77 /home
parent3eb462c992e9612e3571b17269dda290f391cda6 (diff)
flake: bump lock, linux 6.10
Diffstat (limited to 'home')
-rw-r--r--home/wayland/modules/sway/theme.nix2
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;
};
}