summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-16Merge branch 'LnL7:master' into masterHEADmasterMike Vink
2025-01-14Merge pull request #1259 from emilazy/push-xztopxsynztuEmily
Make release branches a thing
2025-01-14{readme,examples/flake}: update for release branchesEmily
2025-01-14checks: recommend `sudo nix-channel`Emily
2025-01-13eval-config: implement release branch checksEmily
2025-01-13ci: only test one versionEmily
2025-01-12Merge pull request #1172 from Enzime/push-yxtrnyuxzmnyMichael Hoang
openssh: init module
2025-01-11version: implement nix-darwin release versionsEmily
2025-01-10openssh: init moduleMichael Hoang
2025-01-09Merge pull request #1257 from Enzime/push-nzlzmsqpwswuMichael Hoang
nix: merge `nix.settings.trusted-users` by default
2025-01-08flake: pin Nixpkgs explicitlyEmily
2025-01-08nix: merge `nix.settings.trusted-users` by defaultMichael Hoang
Backport of https://github.com/NixOS/nixpkgs/pull/318635
2025-01-06Merge pull request #1253 from jelmansouri/feat/casks-ignore-depsMichael Hoang
Add --ignore-dependencies option for casks
2025-01-05Add --ignore-dependencies option for casksJalal El Mansouri
Some casks have extrenal dependencies managed by brew, neovide for examples declares neovim as a dependency, a problem arises when you want to use a nix managed neovim instead
2025-01-05Merge pull request #1251 from gnammix/power_shellcheck_SC2016Michael Hoang
power: quote in string triggered shellcheck SC2016
2025-01-04power: quote in string triggered shellcheck SC2016gnammix
2025-01-04Merge pull request #1241 from gnammix/power_conditional_setRestartPowerFailureMichael Hoang
power: restartAfterPowerFailure option is carried out conditionally
2025-01-01Merge pull request #1248 from Samasaur1/push-osptuupokumvMichael Hoang
ci, readme: update stable nixpkgs to 24.11
2024-12-31ci, readme: update stable nixpkgs to 24.11Sam
2024-12-31power: echo to print in error messagesgnammix
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
2024-12-30Merge pull request #1208 from thuvasooriya/mainMichael Hoang
aerospace: add `workspace-to-monitor-force-assignment` option and fix `on-window-detected` type
2024-12-29aerospace: add workspace-to-monitor-force-assignment option and fix ↵thuvasooriya
on-window-detected type #1208 trying to fix #1142 testing requested changes adding workspace to monitor force assignment remove formatting tests pass proper tests undo formatting tests for on-window-detected and workspace-to-monitor-force-assignment testing submodules cleanup n if fiz checking final toml null field aerospace callback issue custom null filter for submodule list check for no presense of window-regex and if.workspace config check aerospace: add workspace-to-monitor-force-assignment option and fix on-window-detected type #1208 trying to fix #1142 testing requested changes adding workspace to monitor force assignment remove formatting tests pass proper tests undo formatting tests for on-window-detected and workspace-to-monitor-force-assignment testing submodules cleanup n if fiz checking final toml null field aerospace callback issue custom null filter for submodule list check for no presense of window-regex and if.workspace config check error formatting mishap space left small fix formatting mishaps
2024-12-29power: move the check for restartPowerfailure support to checks.nixgnammix
2024-12-29Merge pull request #1242 from filipkania/screencapture-targetMichael Hoang
defaults: add screencapture.target option
2024-12-29refactor: use enum as option typeFilip Kania
2024-12-29tests: add screencapture.target test caseFilip Kania
2024-12-29feat: add screencapture.target optionFilip Kania
2024-12-29Merge pull request #1233 from adamcstephens/fish/packageMichael Hoang
fish: add package option
2024-12-29Merge pull request #1230 from b1nhack/masterMichael Hoang
fix(zsh): correct the path of zsh-fast-syntax-highlighting
2024-12-29fix(zsh): correct the path of zsh-fast-syntax-highlightingXingquan Liu
2024-12-27fish: add package optionAdam C. Stephens
2024-12-27power: restartAfterPowerFailure option is carried out in activation script ↵gnammix
only if supported Minor documentation change
2024-12-27Merge pull request #1238 from Mic92/sshMichael Hoang
programs.ssh: add extraConfig option
2024-12-23programs.ssh: add extraConfig optionJörg Thalheim
Same interface as in NixOS. This is useful to apply configuration for remote builders.
2024-12-07Merge pull request #1202 from Enzime/push-voxzmynopkkpDomen Kožar
linux-builder: default `maxJobs` to amount of cores for Linux builder
2024-12-07Merge pull request #1218 from Enzime/push-rnmuskqvoswsDomen Kožar
github-runner: fix service not starting
2024-12-07github-runner: add instructions for triggering a runner registrationMichael Hoang
2024-12-07github-runner: fix service not startingMichael Hoang
2024-12-07github-runner: use `lib.getExe{,'}`Michael Hoang
2024-12-07github-runner: remove `with lib;`Michael Hoang
2024-12-05Merge pull request #1213 from z0al/aerospace-startup-commandsMichael Hoang
fix(aerospace): allow startup commands
2024-12-04test(aerospace): assert config valuesz0al
2024-12-04fix(aerospace): allow startup commandsz0al
2024-12-04Merge pull request #1211 from al3xtjames/nix-lix-version-checkMichael Hoang
nix: fix Lix version detection in auto-optimise-store assertion
2024-12-04nix: fix Lix version detection in auto-optimise-store assertionAlex James
2024-12-02Merge pull request #1189 from khaneliman/exposegroupMichael Hoang
defaults: expose-group-by-app -> expose-group-apps
2024-12-01defaults: expose-group-by-app -> expose-group-appsAustin Horstman
Default was renamed in previous macOS release.
2024-12-01Merge pull request #1166 from Beta-Computer/masterMichael Hoang
defaults: add EnableTiledWindowMargins option
2024-12-01defaults: add `EnableTiledWindowMargins` optionBeta-Computer
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
2024-11-28linux-builder: default `maxJobs` to amount of cores for Linux builderMichael Hoang