add linearmouse module
This commit is contained in:
parent
48b0aa2ef6
commit
ca4f1226b7
5 changed files with 50 additions and 18 deletions
|
|
@ -20,6 +20,7 @@
|
|||
../../modules/media-process.nix
|
||||
../../modules/fonts.nix
|
||||
../../modules/aerospace.nix
|
||||
../../modules/peripheral/home.nix
|
||||
../../modules/env.nix
|
||||
];
|
||||
|
||||
|
|
@ -229,6 +230,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
launchd.agents.linearmouse = {
|
||||
enable = true;
|
||||
config = {
|
||||
ProgramArguments = [ "/Applications/LinearMouse.app/Contents/MacOS/LinearMouse" ];
|
||||
RunAtLoad = true;
|
||||
KeepAlive = false;
|
||||
};
|
||||
};
|
||||
|
||||
# File associations configuration (macOS equivalent of xdg.mimeApps)
|
||||
# Uses duti to set default applications for file types via Launch Services
|
||||
home.activation.setFileAssociations = config.lib.dag.entryAfter ["writeBoundary"] ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue