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/querel/config.nix | |
parent | dd7ef4034f228ebab4a05d7b622a0c231af13ada (diff) |
tv: firefoxWrapper -> firefox
Diffstat (limited to 'tv/1systems/querel/config.nix')
-rw-r--r-- | tv/1systems/querel/config.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix index 41253cfb3..ad82915f4 100644 --- a/tv/1systems/querel/config.nix +++ b/tv/1systems/querel/config.nix @@ -21,19 +21,19 @@ with import <stockholm/lib>; systemd-boot.enable = true; }; - environment.systemPackages = with pkgs; [ - firefoxWrapper - gimp - kate - libreoffice + environment.systemPackages = [ + pkgs.firefox + pkgs.gimp + pkgs.kate + pkgs.libreoffice (pkgs.pidgin-with-plugins.override { plugins = [ pkgs.pidginotr ]; }) - sxiv - texlive.combined.scheme-full - vim - xsane - zathura + pkgs.sxiv + pkgs.texlive.combined.scheme-full + pkgs.vim + pkgs.xsane + pkgs.zathura ]; fileSystems = { |