fixes penaeru

This commit is contained in:
Dennis Schoepf 2026-03-05 23:12:28 +01:00
parent fa3b862ff3
commit d4f14279fa
2 changed files with 30 additions and 1 deletions

View file

@ -58,6 +58,14 @@
];
};
flake.modules.darwin.scrolling-desktop =
{ pkgs, ... }:
{
home-manager.sharedModules = [
inputs.self.modules.homeManager.scrolling-desktop
];
};
flake.modules.homeManager.scrolling-desktop =
{ pkgs, config, ... }:
{