Skip to content

Commit dee7979

Browse files
committed
fix: updated flake lock and switched to gtk4
1 parent 8709371 commit dee7979

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@
5656

5757
nativeBuildInputs = with pkgs; [
5858
pkg-config
59-
wrapGAppsHook
59+
wrapGAppsHook4
6060
];
6161
buildInputs = with pkgs; [
62-
gtk3
62+
gtk4
6363
librsvg
64-
gtk-layer-shell
65-
libdbusmenu-gtk3
64+
gtk4-layer-shell
6665
];
6766
};
6867

0 commit comments

Comments
 (0)