nixpkgs/nixos/modules/programs
Maximilian Bosch dbc414a8a5
yabar: add module
To make the configuration of `yabar` more pleasant and easier to
validate, a NixOS module will be quite helpful.

An example config could look like this:

```
{
  programs.yabar = {
    enable = true;
    bars.top.indicators.exec = "YA_DATE";
  };
}
```

The module adds a user-controlled systemd service which runs `yabar` after
starting up X.
2018-01-04 09:58:21 +01:00
..
bash nixos/programs/bash: document that /etc/bash_completion.d is obsolete 2017-12-10 12:16:25 +00:00
command-not-found Enable command-not-found 2017-10-10 12:26:24 +02:00
zsh nixos/zsh: add the type for enableAutosuggestions option 2017-11-18 21:27:12 +00:00
adb.nix
atop.nix
bcc.nix
blcr.nix
browserpass.nix
ccache.nix
cdemu.nix
chromium.nix
dconf.nix Make less known wayland compositors usable (#32285) 2017-12-21 16:16:19 +00:00
environment.nix
fish.nix
freetds.nix
gnupg.nix
gphoto2.nix
info.nix
java.nix
kbdlight.nix
light.nix
man.nix
mosh.nix
mtr.nix
nano.nix
npm.nix
nylas-mail.nix
oblogout.nix
qt5ct.nix
rootston.nix rootston module, orbment/bemenu: change my maintainership 2017-12-27 10:21:34 +03:00
screen.nix
shadow.nix
shell.nix
slock.nix
spacefm.nix
ssh.nix nixos/ssh: fix example 2017-11-01 02:54:38 +08:00
ssmtp.nix
sway.nix nixos/sway: Extend the descriptions and examples 2017-12-25 00:15:06 +01:00
sysdig.nix
thefuck.nix
tmux.nix tmux module: add secureSocket option 2017-12-29 15:05:20 +03:00
venus.nix
vim.nix
virtualbox.nix
way-cooler.nix Make less known wayland compositors usable (#32285) 2017-12-21 16:16:19 +00:00
wireshark.nix
xfs_quota.nix
xonsh.nix
yabar.nix yabar: add module 2018-01-04 09:58:21 +01:00