10 gobject-introspection,
11 gsettings-desktop-schemas,
29 stdenv.mkDerivation rec {
30 pname = "swaysettings";
33 src = fetchFromGitHub {
35 repo = "SwaySettings";
37 hash = "sha256-dn3n5DOAsw0FeXBkh19A2qB/5O+RyA2/Fj5PVtMOyL0=";
57 gsettings-desktop-schemas
69 patchShebangs build-aux/meson/postinstall.py
73 description = "GUI for configuring your sway desktop";
75 Sway settings enables easy configuration of a sway desktop environment
76 such as selection of application or icon themes.
78 homepage = "https://github.com/ErikReider/SwaySettings";
79 license = licenses.gpl3Plus;
80 platforms = platforms.linux;
81 maintainers = [ maintainers.aacebedo ];