From ae679d33f6d812fd16049e5c06139d309386c38d Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 27 Dec 2015 14:16:56 +0100 Subject: labnet/labtop: Move Greybird XFCE theme into pkgs/ We're going to use it for another machine, so it makes sense to put it inside the pkgs.vuizvui namespace to be available for all machines. Signed-off-by: aszlig --- machines/labnet/labtop.nix | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'machines/labnet') diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix index 2b7d9317..db74a1e1 100644 --- a/machines/labnet/labtop.nix +++ b/machines/labnet/labtop.nix @@ -1,28 +1,6 @@ { pkgs, lib, ... }: let - greybird = pkgs.stdenv.mkDerivation { - name = "greybird-xfce-theme"; - - src = pkgs.fetchFromGitHub { - repo = "Greybird"; - owner = "shimmerproject"; - rev = "61ec18d22780aa87998381599c941e0cf4f7bfb5"; - sha256 = "03h8hba4lfp337a4drylcplrbggry9gz8dq1f3gjy25fhqkgvq05"; - }; - - phases = [ "unpackPhase" "installPhase" ]; - - installPhase = '' - mkdir -p "$out/share/themes/Greybird" \ - "$out/share/themes/Greybird-compact/xfwm4" - cp -vrt "$out/share/themes/Greybird" \ - gtk-* metacity-1 unity xfce-notify-4.0 xfwm4 - cp -vrt "$out/share/themes/Greybird-compact/xfwm4" \ - xfwm4_compact/* - ''; - }; - modulesPath = "${import ../../nixpkgs-path.nix}/nixos/modules"; in { @@ -60,7 +38,7 @@ in { gimp git gmpc - greybird + vuizvui.greybird-xfce-theme inkscape ino (libreoffice.overrideDerivation (lib.const { doCheck = false; })) -- cgit 1.4.1