feat: disable swayfx for non-nixos, modul. pkgs

This commit is contained in:
Swarsel 2024-07-26 14:29:42 +02:00
parent e66390bd1f
commit 2390199b8a
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 218 additions and 162 deletions

View file

@ -1 +1,8 @@
_: rec { }
{ pkgs, ... }:
let
inherit (pkgs) callPackage;
in
{
pass-fuzzel = callPackage ./pass-fuzzel { };
pass-fuzzel-otp = callPackage ./pass-fuzzel-otp { };
}