diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index ecfc5b1..753b2c1 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,8 @@ self.packages.${system}.xtr pkgs.desktop-file-utils + # for Gir to work its magic; not needed for Bowl itself but rather for its dependencies + pkgs.python3 pkgs.gobject-introspection pkgs.libsecret ]; # Add gettext manuals to the manpath |