feat(gyroflow): add package and module
This commit is contained in:
parent
37275b4422
commit
c16835d755
4 changed files with 310 additions and 0 deletions
11
home/gyroflow/home.nix
Normal file
11
home/gyroflow/home.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; let
|
||||
cfg = config.passthrough.gyroflow;
|
||||
in mkIf cfg.enable {
|
||||
home.packages = with pkgs; [ (pkgs.callPackage ./package {
|
||||
inherit (pkgs.qt6) wrapQtAppsHook qmake
|
||||
qtbase qtsvg qtwayland qtvirtualkeyboard qtdeclarative;
|
||||
}) ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue