summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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
2024-11-07examples: clean upMichael Hoang
2024-11-07examples: drop `ofborg` exampleMichael Hoang
2024-11-07ofborg: automatically add `ofborg` to `known{Users,Groups}`Michael Hoang
2024-11-07examples: fix evaluationMichael Hoang
2024-11-06Merge pull request #909 from motheki/fast-syntax-highlighting-supportMichael Hoang
2024-11-06Update modules/programs/zsh/default.nix Trevor Opiyo
2024-11-05Update default.nixTrevor Opiyo
2024-11-05prometheus-node-exporter: fix log permissionsEmily
2024-11-05Merge pull request #1145 from qowoz/shellcheck-timezoneMichael Hoang
2024-11-05time: shellcheck fixzowoq
2024-11-04Merge pull request #1129 from mweinelt/node-exporterEmily
2024-11-03Merge pull request #1125 from aschleck/new-window-pathMichael Hoang
2024-11-03Merge pull request #1130 from aschleck/fn-keyMichael Hoang
2024-11-02Merge pull request #1135 from Enzime/push-lxwqqpssklynEmily
2024-11-02Allow configuring the fn key actionApril Schleck
2024-11-02Configure the folder that new Finder windows openApril Schleck
2024-11-02users: don't check home directory is correct before creating userMichael Hoang
2024-11-01Merge pull request #1133 from bew/patch-1Michael Hoang
2024-10-31karabiner-elements: allow use of custom packageBenoƮt de Chezelles
2024-10-31tmux: remove `programs.tmux.defaultCommand`Michael Hoang
2024-10-31environment: remove misleading `environment.loginShell` optionMichael Hoang
2024-10-31zsh: enable by default as zsh is the default shell on macOSMichael Hoang
2024-10-31module: add prometheus-node-exporter serviceMartin Weinelt
2024-10-28users: create users with home directory `/var/empty` by defaultMichael Hoang
2024-10-28users: remove `users.forceRecreate` optionMichael Hoang
2024-10-28users: fix unclosed stringMichael Hoang
2024-10-28users: remove `with lib;`Michael Hoang
2024-10-28users: replace FDA check with more fine grained permissions checkMichael Hoang
2024-10-27users: ensure all users' home directories in the config are correctMichael Hoang
2024-10-27users: move checks to `system.checks`Michael Hoang
2024-10-27users: allow `shell` to be managed by macOSMichael Hoang
2024-10-27users: change default shell to `/usr/bin/false` to match macOSMichael Hoang
2024-10-27users: allow `home` to be managed by macOSMichael Hoang
2024-10-27users: update properties on known usersMichael Hoang