diff options
Diffstat (limited to '')
-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 29a14c3..e4a6966 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -12,7 +12,7 @@ in emacs-all-the-icons-fonts # internet apps & clients - firefox thunderbird keepassxc chromium signal-desktop mumble lynx + firefox keepassxc chromium signal-desktop mumble lynx openconnect matterhorn # graphics & audio audacity blender darktable kdenlive moc ffmpeg-full diff --git a/home/unstable.nix b/home/unstable.nix index 78ce4f6..6a8a839 100644 --- a/home/unstable.nix +++ b/home/unstable.nix @@ -10,5 +10,6 @@ with import inputs.nixpkgs-unstable {inherit system; }; foliate elixir_1_12 elixir_ls + thunderbird ]; } |