about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-08-16 00:33:23 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-08-16 00:33:23 +0200
commit7db77c7675737be8d48e6d1d728df0c1247f8b13 (patch)
tree724b5b18bebc6f2ce21d2d5d97e14a8709510bb6 /machines
parentc738b78ed9c2c07b6b6c767edd3cd8c87b40087f (diff)
machines/tyree: Rename kde5.krita to just "krita"
This now is a top-level attribute and it has been removed from kde5.* in
NixOS/nixpkgs@de27f97e2d612bf372ad625f42d860ca8363dee4.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index ddb39a71..b747c0b4 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -8,9 +8,9 @@
   boot.loader.efi.canTouchEfiVariables = true;
 
   environment.systemPackages = with pkgs; [
-    cdparanoia chromium figlet gajim gimp htop inkscape kde5.gwenview kde5.krita
-    kde5.okular libreoffice mosh mpv pciutils thunderbird vlc vuizvui.tomahawk
-    wget wine youtubeDL unfreeAndNonDistributablePkgs.skype
+    cdparanoia chromium figlet gajim gimp htop inkscape kde5.gwenview
+    kde5.okular krita libreoffice mosh mpv pciutils thunderbird vlc
+    vuizvui.tomahawk wget wine youtubeDL unfreeAndNonDistributablePkgs.skype
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";