Drop temporary unstable packages
This commit is contained in:
parent
f32e2a5842
commit
8c317b76bf
|
@ -70,7 +70,7 @@ in
|
|||
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 = {
|
||||
enable = true;
|
||||
|
|
|
@ -151,7 +151,7 @@ in
|
|||
hunspellDicts.de-de
|
||||
hunspellDicts.en-gb-ise # dictionary
|
||||
libreoffice # office suite
|
||||
unstable.rnote # notebook
|
||||
rnote # notebook
|
||||
xournalpp # notebook
|
||||
xsane # scanning tool
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ let
|
|||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
unstable.khal
|
||||
khal
|
||||
khard
|
||||
vdirsyncer
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue