diff options
author | lassulus <lassulus@lassul.us> | 2022-07-20 16:00:14 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-07-20 16:00:14 +0200 |
commit | 2c03c42bd62e6890f4193e3023b286a80e6d1dcd (patch) | |
tree | f1ee58f82393126da03086e92692c6e6bc04683e /tv/1systems/querel | |
parent | 3853645a5e3891802d6b3d5bb015e85aaf4e5bfe (diff) | |
parent | 9170f1618efed14db081d1d3c3daa14bf3aabd8f (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/querel')
-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 = { |