1
0
Fork 0

Added jekyll package, reformatted package list. Added mu4e-alert to emacs pkgset.

This commit is contained in:
Kevin Baensch 2019-04-12 15:54:54 +02:00
parent 87e725740e
commit a3929a8ec5
2 changed files with 11 additions and 9 deletions

View File

@ -3,16 +3,17 @@
{
nixpkgs.config = {
allowUnfree = true;
mpv.vaapiSupport = true;
mpv.vaapiSupport = (lib.elem "xserver" config.machine.services);
packageOverrides = pkgs: rec {
mu-git = pkgs.callPackage ./mu-git/default.nix {};
theme_flat-remix = pkgs.callPackage ./flat-remix/default.nix {};
theme_sddm_midnight = pkgs.callPackage ./sddm_midnight/default.nix {};
firmware_surface = pkgs.callPackage ./firmware_surface/default.nix {};
linux_surface = pkgs.callPackage ./linux_surface/default.nix {};
linuxPackages_surface = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor linux_surface);
xdiskusage = pkgs.callPackage ./xdiskusage/default.nix {};
packageOverrides = pkgs: with pkgs; rec {
firmware_surface = callPackage ./firmware_surface { };
jekyll = callPackage ./jekyll { };
linuxPackages_surface = recurseIntoAttrs (linuxPackagesFor linux_surface);
linux_surface = callPackage ./linux_surface { };
mu-git = callPackage ./mu-git { };
theme_flat-remix = callPackage ./flat-remix { };
theme_sddm_midnight = callPackage ./sddm_midnight { };
xdiskusage = callPackage ./xdiskusage { };
};
};
}

View File

@ -90,6 +90,7 @@ let
wsd-mode
plantuml-mode
/* Other Stuff, not yet sorted */
mu4e-alert
google-translate
transmission
org-plus-contrib orgit ox-gfm ox-rst