diff options
author | stuebinm | 2022-12-06 18:41:05 +0100 |
---|---|---|
committer | stuebinm | 2022-12-06 18:41:05 +0100 |
commit | 446126517d30796a71dfe1f85e9e3798c4e824b4 (patch) | |
tree | ac55c4cf191bcdaf7b640e0308e8663c7508cef9 /home | |
parent | 856015f92f16f539d2924129d194b36706327a50 (diff) |
home: use signal-desktop from unstable
(this has no actual benefit but i messed up and now the database can't
downgrade itself)
Diffstat (limited to 'home')
-rw-r--r-- | home/packages.nix | 2 | ||||
-rw-r--r-- | home/unstable.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/home/packages.nix b/home/packages.nix index 8e8db38..af3f01f 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -16,7 +16,7 @@ in emacs-all-the-icons-fonts # internet apps & clients - firefox keepassxc chromium signal-desktop mumble lynx + firefox keepassxc chromium mumble lynx openconnect matterhorn # graphics & audio audacity blender darktable kdenlive moc ffmpeg-full diff --git a/home/unstable.nix b/home/unstable.nix index 6a8a839..af4d9c5 100644 --- a/home/unstable.nix +++ b/home/unstable.nix @@ -11,5 +11,6 @@ with import inputs.nixpkgs-unstable {inherit system; }; elixir_1_12 elixir_ls thunderbird + signal-desktop ]; } |