about summary refs log tree commit diff
path: root/machines/aszlig/managed
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-04-25 13:30:36 +0200
committeraszlig <aszlig@nix.build>2018-04-25 13:30:36 +0200
commite0c5be2aaeff1014ceceeedc31860453328244ca (patch)
tree7eccad5f8c60b28e02f471be71fb0cc3e93d6f94 /machines/aszlig/managed
parente09655d034ac1cc81a7f741a036320010e669772 (diff)
machines/tyree: Switch from Chromium to Firefox
The machine's user already has switched to Firefox since quite a while,
so let's actually add it to systemPackages.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @brokkoliberta
Diffstat (limited to 'machines/aszlig/managed')
-rw-r--r--machines/aszlig/managed/tyree.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 5ae8aec2..bd0b8a56 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -5,7 +5,7 @@
   boot.kernelModules = [ "kvm-intel" ];
 
   environment.systemPackages = with pkgs; [
-    chromium mosh wget krita rawtherapee darktable gphoto2 digikam
+    darktable digikam firefox gphoto2 krita mosh rawtherapee wget
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";