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 | d389189efd7efe36df6a285efdc6a9caea29b1fe (patch) | |
tree | 0bb7edc62c8691028c243438493299c9f10e0fd7 /tv/1systems/alnus/config.nix | |
parent | dd7ef4034f228ebab4a05d7b622a0c231af13ada (diff) |
tv: firefoxWrapper -> firefox
Diffstat (limited to 'tv/1systems/alnus/config.nix')
-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 54f845ec2..c09e7f9b1 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 ]; }) |