diff options
author | tv <tv@krebsco.de> | 2022-05-31 20:12:06 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-07-14 15:46:49 +0200 |
commit | 30ff12501e4186009608a0167fdaac97f2598d45 (patch) | |
tree | 0a997bd249963eb567c99ae221cc953f193c9d56 /tv/1systems/alnus | |
parent | 38675517a76a64b2abf93d5f48e53bf8c98d3ee9 (diff) |
tv: firefoxWrapper -> firefox
Diffstat (limited to 'tv/1systems/alnus')
-rw-r--r-- | tv/1systems/alnus/config.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index 54f845e..c09e7f9 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -15,9 +15,9 @@ with import <stockholm/lib>; }; }; - environment.systemPackages = with pkgs; [ - firefoxWrapper - networkmanagerapplet + environment.systemPackages = [ + pkgs.firefox + pkgs.networkmanagerapplet (pkgs.pidgin-with-plugins.override { plugins = [ pkgs.pidginotr ]; }) |