summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2024-12-29Merge pull request #1233 from adamcstephens/fish/packageMichael Hoang
2024-12-29fix(zsh): correct the path of zsh-fast-syntax-highlightingXingquan Liu
2024-12-27fish: add package optionAdam C. Stephens
2024-12-23programs.ssh: add extraConfig optionJörg Thalheim
2024-12-07Merge pull request #1202 from Enzime/push-voxzmynopkkpDomen Kožar
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-04fix(aerospace): allow startup commandsz0al
2024-12-04nix: fix Lix version detection in auto-optimise-store assertionAlex James
2024-12-01defaults: expose-group-by-app -> expose-group-appsAustin Horstman
2024-12-01defaults: add `EnableTiledWindowMargins` optionBeta-Computer
2024-11-28linux-builder: default `maxJobs` to amount of cores for Linux builderMichael Hoang
2024-11-25system: fix detection and ownership of /etc/synthetic.confAiden Scandella
2024-11-22github-runner: make `umask` quietMichael Hoang
2024-11-21examples: change default architecture to `aarch64-darwin`Michael Hoang
2024-11-21installer: move creating default configuration to READMEMichael Hoang
2024-11-21system: always add /run to /etc/synthetic.conf on macOS 10.15 onwardsMichael Hoang
2024-11-19fix: allow users to disable the homebrew checkisabel
2024-11-17Merge pull request #879 from jtt9340/spaces-in-nixpathMichael Hoang
2024-11-17nix: remove outdated note requiring managed daemon for distributedBuildsMichael Hoang
2024-11-17treewide: remove `nix.package` exampleMichael Hoang
2024-11-16checks: check single user installs don't have the `nix-daemon` enabledMichael Hoang
2024-11-16treewide: remove mentions of `services.nix-daemon.enable = true;`Michael Hoang
2024-11-16nix-daemon: enable by defaultMichael Hoang
2024-11-16nix-daemon: remove `with lib;`Michael Hoang
2024-11-15activate-system: remove `enable` optionMichael Hoang
2024-11-13activate-user script: fix broken NIX_PATH if paths contain spacesJoey Territo
2024-11-13checks: add check to ensure Homebrew is installedAmeya Shenoy
2024-11-12Merge pull request #1162 from Enzime/push-ovqpxpsqkwvpMichael Hoang
2024-11-12fix(defaults): fixing #1107Lucas Mendes Loureiro
2024-11-12feat(defaults): adding support to control centerLucas Mendes Loureiro
2024-11-11environment: fix `lowPrio` support in `environment.systemPackages`Michael Hoang
2024-11-11users: warn users to use `pkgs.bashInteractive` instead of `pkgs.bash`Michael Hoang
2024-11-11users: assert that `programs.<shell>.enable = true;` for users' shellsMichael Hoang
2024-11-11users: remove `lib.`Michael Hoang
2024-11-09docs: use `nix-darwin` instead of `Darwin`Michael Hoang
2024-11-09Merge pull request #1154 from Samasaur1/zshenv-rcsMichael Hoang
2024-11-07zsh: only run shell initialization in /etc/zshenv when RCs are enabledSam
2024-11-08nix: don't allow using `auto-optimise-store` as it can corrupt the storeMichael Hoang
2024-11-07github-runner: Fix labels for different nixpkgs versionsYuriy Taraday
2024-11-07buildkit-agents: don't use `mkdir -p -m`Michael Hoang
2024-11-07github-runner: replace `mkdir -p -m` with `umask`Michael Hoang
2024-11-07users: don't generate `ensurePerms` when no users to manageMichael Hoang
2024-11-07users: replace runtime check to prevent deleting `root` with assertionMichael Hoang
2024-11-07system: replace `for f in $(ls ...)` with `for f in .../*`Michael Hoang
2024-11-07treewide: fix shellcheck warnings and errorsMichael Hoang
2024-11-07checks: move manual `/run` instructions to activationMichael Hoang
2024-11-07system: run `shellcheck` on `activate` and `activate-user` scriptsMichael Hoang