Compare commits
2 Commits
2351d799a7
...
9c5ee08284
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c5ee08284 | |||
| 8b047db9cc |
@@ -1,12 +1,13 @@
|
||||
{...}: {
|
||||
{
|
||||
programs.aerospace = {
|
||||
enable = true;
|
||||
launchd.enable = true;
|
||||
settings = {
|
||||
"accordion-padding" = 30;
|
||||
"default-root-container-layout" = "tiles";
|
||||
"default-root-container-orientation" = "auto";
|
||||
"on-focused-monitor-changed" = [
|
||||
start-at-login = true;
|
||||
accordion-padding = 30;
|
||||
default-root-container-layout = "tiles";
|
||||
default-root-container-orientation = "auto";
|
||||
on-focused-monitor-changed = [
|
||||
"move-mouse monitor-lazy-center"
|
||||
];
|
||||
|
||||
@@ -23,7 +24,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
"on-window-detected" = [
|
||||
on-window-detected = [
|
||||
{
|
||||
"if" = {
|
||||
"app-id" = "com.apple.systempreferences";
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
}: {
|
||||
home.sessionVariables = {
|
||||
OPENCODE_EXPERIMENTAL_PLAN_MODE = 1;
|
||||
OPENCODE_EXPERIMENTAL_LSP_TOOL = 1;
|
||||
OPENCODE_ENABLE_EXA = 1;
|
||||
};
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user