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 = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
mpv.vaapiSupport = true; mpv.vaapiSupport = (lib.elem "xserver" config.machine.services);
packageOverrides = pkgs: rec { packageOverrides = pkgs: with pkgs; rec {
mu-git = pkgs.callPackage ./mu-git/default.nix {}; firmware_surface = callPackage ./firmware_surface { };
theme_flat-remix = pkgs.callPackage ./flat-remix/default.nix {}; jekyll = callPackage ./jekyll { };
theme_sddm_midnight = pkgs.callPackage ./sddm_midnight/default.nix {}; linuxPackages_surface = recurseIntoAttrs (linuxPackagesFor linux_surface);
firmware_surface = pkgs.callPackage ./firmware_surface/default.nix {}; linux_surface = callPackage ./linux_surface { };
linux_surface = pkgs.callPackage ./linux_surface/default.nix {}; mu-git = callPackage ./mu-git { };
linuxPackages_surface = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor linux_surface); theme_flat-remix = callPackage ./flat-remix { };
xdiskusage = pkgs.callPackage ./xdiskusage/default.nix {}; theme_sddm_midnight = callPackage ./sddm_midnight { };
xdiskusage = callPackage ./xdiskusage { };
}; };
}; };
} }

View file

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