refactor(gyroflow): move package to module
This commit is contained in:
parent
1ec95fe714
commit
6707ee74fd
2 changed files with 8 additions and 3 deletions
|
@ -6,6 +6,13 @@
|
|||
in {
|
||||
options.home.gyroflow = {
|
||||
enable = mkEnableOption "gyroflow stabilisation software";
|
||||
package = mkOption {
|
||||
type = with types; package;
|
||||
default = pkgs.gyroflow.overrideAttrs (finalAttrs: previousAttrs: {
|
||||
buildInputs = previousAttrs.buildInputs ++ [ pkgs.qt6Packages.qtwayland ];
|
||||
});
|
||||
description = "gyroflow package";
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue