consistency

This commit is contained in:
2026-03-13 15:24:19 +00:00
parent e4d859a6ae
commit e4a20ddeb9
8 changed files with 112 additions and 104 deletions

View File

@@ -4,6 +4,12 @@
lib,
...
}: {
home.packages = with pkgs;
lib.optionals stdenv.isDarwin [
_1password-gui
raycast
];
programs.aerospace = {
enable = true;
launchd.enable = true;
@@ -144,11 +150,5 @@
};
};
};
home.packages = with pkgs;
lib.optionals stdenv.isDarwin [
_1password-gui
raycast
];
};
}