9 , gobject-introspection
10 , gsettings-desktop-schemas
28 stdenv.mkDerivation rec {
29 pname = "swaysettings";
32 src = fetchFromGitHub {
34 repo = "SwaySettings";
36 hash = "sha256-dn3n5DOAsw0FeXBkh19A2qB/5O+RyA2/Fj5PVtMOyL0=";
56 gsettings-desktop-schemas
68 patchShebangs /build/source/build-aux/meson/postinstall.py
72 description = "A GUI for configuring your sway desktop";
74 Sway settings enables easy configuration of a sway desktop environment
75 such as selection of application or icon themes.
77 homepage = "https://github.com/ErikReider/SwaySettings";
78 license = licenses.gpl3Plus;
79 platforms = platforms.linux;
80 maintainers = [ maintainers.aacebedo ];