Drop temporary unstable packages
This commit is contained in:
parent
f32e2a5842
commit
8c317b76bf
|
@ -70,7 +70,7 @@ in
|
||||||
group = "signald";
|
group = "signald";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.signald.serviceConfig.ExecStart = lib.mkForce "${pkgs.unstable.signald}/bin/signald -d /var/lib/signald -s ${config.services.signald.socketPath}";
|
systemd.services.signald.serviceConfig.ExecStart = lib.mkForce "${pkgs.signald}/bin/signald -d /var/lib/signald -s ${config.services.signald.socketPath}";
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -151,7 +151,7 @@ in
|
||||||
hunspellDicts.de-de
|
hunspellDicts.de-de
|
||||||
hunspellDicts.en-gb-ise # dictionary
|
hunspellDicts.en-gb-ise # dictionary
|
||||||
libreoffice # office suite
|
libreoffice # office suite
|
||||||
unstable.rnote # notebook
|
rnote # notebook
|
||||||
xournalpp # notebook
|
xournalpp # notebook
|
||||||
xsane # scanning tool
|
xsane # scanning tool
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
unstable.khal
|
khal
|
||||||
khard
|
khard
|
||||||
vdirsyncer
|
vdirsyncer
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue