refactor: move packages to dedicated directory
This commit is contained in:
parent
62ce64e1b7
commit
df6a1c10a3
10 changed files with 21 additions and 6 deletions
|
@ -4,8 +4,5 @@
|
|||
, ... }: 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;
|
||||
}) ];
|
||||
home.packages = with pkgs; [ gyroflow ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue