fixes penaeru
This commit is contained in:
parent
fa3b862ff3
commit
d4f14279fa
2 changed files with 30 additions and 1 deletions
|
|
@ -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, ... }:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue