1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-19 16:47:29 +03:00
Commit Graph

52 Commits

Author SHA1 Message Date
Daiderd Jordan
32481b542b
installer: init 2018-01-13 23:33:27 +01:00
Daiderd Jordan
3db35e87f0
users: move submodules to separate files 2018-01-13 13:52:30 +01:00
Daiderd Jordan
b8713d540c
users: add options for user creation 2018-01-13 13:42:49 +01:00
Daiderd Jordan
b593f31822
users: add options to create user groups 2018-01-13 02:01:15 +01:00
Daiderd Jordan
edc3be51ce
keyboard: add options for keyboard mappings
Fixes #55
2018-01-08 22:01:44 +01:00
Daiderd Jordan
6fe46e8335
add _file for anonymous packages module 2018-01-06 23:21:34 +01:00
Daiderd Jordan
9780fb0f0b
nixpkgs: add support for overlays 2018-01-06 23:20:43 +01:00
Daiderd Jordan
7eb4e21075
defaults: add option for NetBIOSName 2018-01-05 00:16:09 +01:00
Daiderd Jordan
ba7202e789
environment-shells: add option to manage /etc/shells 2017-12-13 23:02:11 +01:00
Daiderd Jordan
c4e213745a
security-accessibility: remove options
The accessibility database has been protected with SIP since macOS
10.12 and there doesn't seem to be another way to configure this
programmatically.
2017-11-29 00:14:31 +01:00
Daiderd Jordan
e828743829
nix-info: install by default 2017-10-20 22:23:51 +02:00
Daiderd Jordan
d4f3a3a8a9
set modulesPath 2017-10-20 22:19:26 +02:00
Daiderd Jordan
cf9f74596a
system-version: add system.stateVersion option 2017-10-01 16:37:51 +02:00
Daiderd Jordan
6fa180702b
modules: add redis service 2017-09-07 22:39:35 +02:00
Daiderd Jordan
45d259cb3e
add programs.nix-index module 2017-07-28 23:17:53 +02:00
Daiderd Jordan
8016f1e2fd
add activation-checks 2017-07-23 16:05:46 +02:00
Daiderd Jordan
3730fdf15e
enable activate-system serice by default 2017-07-17 21:46:35 +02:00
Daiderd Jordan
d049c7b97a
hydra: use nix.gc.automatic 2017-07-17 21:42:27 +02:00
Daiderd Jordan
ebc7f7b2da Merge pull request #39 from peel/f-networking
Adds an idea for networking module
2017-07-06 21:52:21 +02:00
Piotr Limanowski
8fe2cff0cc
Adds an idea for networking module
The idea is to follow: https://nixos.org/nixos/options.html#networking so we can
share even more configuration ideas from NixOS.
2017-07-05 22:17:58 +02:00
Daiderd Jordan
22be829197 Merge pull request #36 from peel/master
Adds support for ChunkWM
2017-07-03 20:27:45 +02:00
Daiderd Jordan
acd0fee357
postgresql: init service 2017-07-02 18:39:07 +02:00
Piotr Limanowski
e33942bab2
Adds support for ChunkWM 2017-06-29 07:24:02 +02:00
Daiderd Jordan
d5596d5df2
programs-info: add module and run install-info on system packages.
Fixes #25
2017-05-21 10:51:01 +02:00
Daiderd Jordan
290b1d8aad
system-packages: link applications to ~/Applications 2017-05-20 14:23:05 +02:00
Daiderd Jordan
2fda5848bb
kwm: add option to manage config in /etc/kwmrc
Fixes #24
2017-05-20 13:14:17 +02:00
Daiderd Jordan
c8c2763c9e
khd: add option to manage config in /etc/khdrc 2017-05-20 13:01:25 +02:00
Daiderd Jordan
cf3c3cb082
security: add option to configure accessibilityPrograms 2017-05-16 00:10:21 +02:00
Daiderd Jordan
b6af291c84
add programs.man module
Note: this doesn't add man to systemPackages by default,
only man-old builds on darwin and the system version works fine.
2017-05-12 22:17:38 +02:00
Piotr Limanowski
b16b84abbf Adds mopidy service with media keys support 2017-03-19 23:33:26 +01:00
Daiderd Jordan
d92f0e8117 nix-gc: init service 2017-03-05 20:39:48 +01:00
Piotr Limanowski
79c902422a adds emacs launchd service 2017-02-19 11:53:25 +01:00
Eric Bailey
75575107a6
Add programs.fish module
In nix-darwin, `config.system.build.setEnvironment is a string containing a
script, not a filename, so our usage is a bit different from NixOS's.
2017-02-02 00:04:17 -06:00
Daiderd Jordan
8cdebe9fa9
add fzf history keybindings for zsh 2017-01-30 23:04:29 +01:00
Daiderd Jordan
49d6daa5b1
kwm: add service module 2017-01-29 21:01:47 +01:00
Daiderd Jordan
a70795944f
khd: create service module 2017-01-25 22:36:33 +01:00
Daiderd Jordan
b1a264c928
make nixpkgs and system overridable for ./release.nix 2017-01-15 09:51:00 +01:00
Daiderd Jordan
5a5ec9ac42
nix.distributedBuilds: create directory for current load 2017-01-09 22:30:15 +01:00
Daiderd Jordan
3e5d8e8ff9
rename the darwin-config argument to configuration 2017-01-06 21:55:50 +01:00
Daiderd Jordan
c75776e589
add programs.nix-script module 2016-12-27 20:47:52 +01:00
Daiderd Jordan
4978d9ee6f
exposed pkgs 2016-12-26 16:09:07 +01:00
Daiderd Jordan
732866d6b6
add programs.vim module 2016-12-18 13:53:11 +01:00
Daiderd Jordan
345941b4d8
add time.timeZone option 2016-12-16 12:20:28 +01:00
Daiderd Jordan
d54484505f
expose options 2016-12-15 20:29:51 +01:00
Daiderd Jordan
125dcb48b0
add nix module 2016-12-15 13:26:22 +01:00
Daiderd Jordan
a48cc8ac5f
move system.defaults to separate files 2016-12-14 13:05:23 +01:00
Daiderd Jordan
9439a439e8
add programs.bash module 2016-12-12 23:51:08 +01:00
Daiderd Jordan
58f246595a
add programs.zsh module 2016-12-12 22:00:48 +01:00
Daiderd Jordan
8708ebb796
move nix-tools out of nix expression 2016-12-12 17:34:43 +01:00
Daiderd Jordan
41d40d0417
add nixpkgs.config option 2016-12-11 16:25:28 +01:00