nix flake update
This commit is contained in:
parent
9e83e6c002
commit
c3ff3db64f
4 changed files with 29 additions and 15 deletions
|
|
@ -113,6 +113,22 @@
|
|||
};
|
||||
};
|
||||
|
||||
launchd.agents.disable-hotkey = {
|
||||
enable = true;
|
||||
config = {
|
||||
ProgramArguments = [
|
||||
"defaults"
|
||||
"write"
|
||||
"com.apple.symbolichotkeys"
|
||||
"AppleSymbolicHotKeys"
|
||||
"-dict-add"
|
||||
"70"
|
||||
"<dict><key>enabled</key><false/></dict>"
|
||||
];
|
||||
RunAtLoad = true;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."aerospace/aerospace.toml".text = builtins.readFile ../config/aerospace/aerospace.toml;
|
||||
xdg.configFile."ghostty/config".text = builtins.readFile ../config/ghostty/config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue