Olli Helenius
5d054abe6a
dconf: assume empty list value is a list of strings
...
Fixes #769 .
(cherry picked from commit caf3349f01
)
2019-08-14 17:09:14 +02:00
Brian Hicks
a85f22164d
nix-darwin: add docs
...
(cherry picked from commit 6239ce20af
)
2019-07-28 15:03:42 +02:00
Robert Helgesson
dd6d8e278b
vscode: fix configuration path for Darwin
...
Fixes #737
(cherry picked from commit 056443ccbd
)
2019-07-28 15:03:22 +02:00
Shanon McQuay
9291923e84
skim: correctly name default options
...
skim uses SKIM_DEFAULT_OPTIONS rather than SKIM_DEFAULT_OPTS.
(cherry picked from commit 734128930f
)
2019-07-28 15:03:13 +02:00
Robert Helgesson
b8bbd242f8
mbsync: use full path to mu in example
...
(cherry picked from commit ca4f22be85
)
2019-07-28 15:02:55 +02:00
Robert Helgesson
413ac52bed
mbsync: put extra config at the beginning
...
If it is at the end it will just end up applying to the last defined
section.
Fixes #748
(cherry picked from commit c3520bfa52
)
2019-07-05 22:19:57 +02:00
Robert Helgesson
4f13f06b01
network-manager-applet: fix indentation
...
(cherry picked from commit 5b50eb18fc
)
2019-06-09 22:49:19 +02:00
Florian Klink
d714740961
screen-locker: fix systemd unit
...
In particular, don't add trailing backslashes introduced by
`xautolockExtraOptions`. Systemd's unit file parser seems to have
gotten a bit stricter and with systemd 242, the trailing backslash
caused the next non-empty line to be ignored.
In that case, this was `[Section]`, so all subsequent settings were
mistakenly added to `[Service]`, causing them to be ignored entirely.
Simplify and fix this by using `concatStringsSep` to build a single
`ExecStart` line.
(cherry picked from commit 8991fe2e90
)
2019-06-09 22:48:06 +02:00
Robert Helgesson
81d600d948
vscode: add example for extensions
option
...
(cherry picked from commit e1535d2bd8
)
2019-06-09 22:47:27 +02:00
Jaka Hudoklin
3daa1da497
nixos: use usercfg.home.username for username
...
Use `usercfg.home.username` for username instead of attribute name,
as this way we can change username regardless of the name of the attribute.
(cherry picked from commit 2e13c3cdfd
)
2019-06-09 22:46:11 +02:00
Roman Volosatovs
41d2a16f99
nix-darwin: actually install packages
...
Also apply assertions when using the nix-darwin module.
Closes #702
(cherry picked from commit 1480a6ca14
)
2019-06-09 22:46:01 +02:00
Tadeo Kondrak
24b734500f
alacritty: don't create file if settings is empty
...
Also add a few test cases for the alacritty module.
(cherry picked from commit d2ed39f103
)
2019-05-15 00:01:21 +02:00
Robert Helgesson
de9fc235d0
tests: bump nmt version
...
(cherry picked from commit 939274281a
)
2019-05-15 00:00:35 +02:00
Robert Helgesson
14a0dce9e8
flameshot: fix service description
...
(cherry picked from commit f99d4ba7c4
)
2019-05-01 18:24:38 +02:00
Will Dietz
ef78cae6a4
files: fix find
invocation broken in c94eaa0e
...
Add parens to expression so the `-exec` includes files matching both.
Otherwise (before this change) the `-exec` is only invoked for
links (`-type l`):
file or (link -> doexec)
=>
(file or link) -> doexec
(cherry picked from commit f56256f488
)
2019-05-01 18:24:30 +02:00
Robert Helgesson
e3c4ec12cc
home-manager: add uninstall command
...
(cherry picked from commit 3bb7c75db3
)
2019-05-01 18:24:02 +02:00
Robert Helgesson
f73c6ed74f
files: replace unnecessary use of xargs
...
(cherry picked from commit c94eaa0e6c
)
2019-05-01 18:24:02 +02:00
Robert Helgesson
de0dae5666
firefox: deprecate Google Talk and IcedTea options
...
(cherry picked from commit a16439e38e
)
2019-05-01 18:24:02 +02:00
Robert Helgesson
162a65f029
Fix type of various sessionVariables
options
...
Unfortunately, using `attrsOf` is not possible since it results in too
eager evaluation. In particular, the
home.sessionVariables = {
FOO = "Hello";
BAR = "${config.home.sessionVariables.FOO} World!";
};
example will cause an infinite recursion.
This commit restores the option type of
- `home.sessionVariables`,
- `pam.sessionVariables`,
- `programs.bash.sessionVariables`, and
- `programs.zsh.sessionVariables`
to `attrs`. It also adds test cases for the above options to avoid
regressions.
Fixes #659
(cherry picked from commit b6e613c771
)
2019-05-01 18:24:02 +02:00
Robert Helgesson
ba0375bf06
docs: add systemd type change to 19.03 release notes
2019-04-23 22:02:29 +02:00
Robert Helgesson
13ad532412
xscreensaver: add option settings
2019-04-22 23:44:46 +02:00
Robert Helgesson
8ecc311bcc
Update stable version to 19.03
...
Also prepares for 19.09.
2019-04-22 20:04:31 +02:00
hyperfekt
e3831d8ecc
alacritty: add module
2019-04-22 14:43:43 +02:00
Robert Helgesson
9c0536deda
emacs: prevent service restart on change
...
Fixes #668
2019-04-18 01:38:25 +02:00
Robert Helgesson
6b42bd7abf
systemd: support X-RestartIfChanged = false
...
Having this in the unit file will prevent the file from being
restarted if a change is detected. This is useful if data loss may
occur if the unit is suddenly restarted. For example, restarting the
Emacs service may result in the loss of unsaved open buffers.
2019-04-18 01:38:20 +02:00
Robert Helgesson
0d246aa435
systemd: escape unit names in systemctl commands
2019-04-18 01:37:59 +02:00
Benjamin Staffin
c5f35b7ff9
dconf: allow values to be floats
...
Technically dconf calls these "double" but nix floats ought to work.
2019-04-17 23:04:48 +02:00
Alex Ameen
ff602cb906
manual: add option manual.json.enable
...
Make it possible to install a JSON file containing the available Home
Manager options.
2019-04-15 22:43:46 +02:00
Olli Helenius
1806e5511e
skim: add module
2019-04-14 17:36:27 +02:00
ash lea
cb93316fed
browserpass: update app id
2019-04-14 11:40:37 +02:00
Nick Hu
a6f0fa90f7
email: add facility for email aliases
...
Also update the notmuch and alot modules to include support for email
aliases.
2019-04-12 21:26:46 +02:00
Robert Helgesson
30a16e3a87
polybar: change restart trigger to contain a string
...
The systemd unit type is a bit more strict now and needs an explicit
string in this position.
2019-04-12 17:56:14 +02:00
Robert Helgesson
3db46fa9bf
news: limit mpdris2 and xcape news to Linux
...
These modules are limited to Linux since they define systemd services.
2019-04-12 01:02:12 +02:00
Robert Helgesson
12cb82af91
systemd: make the unit option type more robust
...
This should allow more sensible merging behavior. In particular, with
this change it is possible to use, for example, `mkForce` for greater
control of merging.
Fixes #543
2019-04-12 01:02:12 +02:00
Nick Hu
d49b514aa6
make notmuch search.exclude_tags configurable
2019-04-11 23:28:36 +09:00
Robert Helgesson
b6e1d82685
home-environment: make home.keyboard
optional
...
When set to `null` then the `xsession` module will not attempt to
manage the keyboard settings.
2019-04-11 01:09:27 +02:00
Nick Hu
6cd5c8fca5
alot: fix address book completion regex
2019-04-10 23:55:07 +02:00
Robert Helgesson
67aee78fdf
home-manager: remove unnecessary error message
...
An error message about the erroneous option is already printed by
`getopts` so there is no need to print it again.
2019-04-10 01:31:22 +02:00
Nick Hu
c48db4fbba
xcape: add service
2019-04-09 22:15:48 +02:00
Robert Helgesson
f8b03f5750
modules: register the base modules path
...
This is needed, for example, to support relative paths when disabling
modules.
2019-04-07 13:26:38 +02:00
arcnmx
2c07829be2
home-manager: use callPackage
where appropriate
2019-04-06 18:48:29 +02:00
Wael M. Nasreddine
652c694244
programs.tmux: implement secureSocket
2019-04-04 17:14:29 -07:00
Olli Helenius
995fa3af36
qt: add option platformTheme
...
This deprecates `useGtkTheme=true` with the intention of replacing it
with the `platformTheme` selection.
2019-04-03 23:55:36 +02:00
Robert Helgesson
4323b35198
pam: use attrsOf instead of attrs
2019-04-03 00:09:56 +02:00
Robert Helgesson
fd50f5465f
zsh: use attrsOf instead of attrs
2019-04-03 00:09:55 +02:00
Robert Helgesson
13d2c470be
home-environment: use attrsOf instead of attrs
2019-04-03 00:09:55 +02:00
Robert Helgesson
b690a8be2f
bash: use attrsOf instead of attrs
2019-04-03 00:09:55 +02:00
Robert Helgesson
e85804efa2
feh: use attrsOf instead of attrs
2019-04-03 00:09:55 +02:00
Robert Helgesson
e26ad2026c
gtk: use attrsOf instead of attrs
2019-04-03 00:09:46 +02:00
Olli Helenius
03162970cd
gnome-terminal: add cursor and highlight color settings
2019-03-31 14:24:31 +02:00