Reworked pkgsets implementation again, still not really what I want yet.
This commit is contained in:
parent
cc21ece351
commit
c33b4517a7
20 changed files with 364 additions and 290 deletions
|
@ -1,12 +1,16 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
let
|
||||
callPackage = pkgs.callPackage;
|
||||
in {
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
mpv.vaapiSupport = (lib.elem "xserver" config.machine.services);
|
||||
|
||||
packageOverrides = {
|
||||
pkgsets = import ./pkgsets.nix { inherit config lib pkgs; };
|
||||
theme_flat-remix = callPackage ./flat-remix { };
|
||||
theme_sddm_midnight = callPackage ./sddm_midnight { };
|
||||
xdiskusage = callPackage ./xdiskusage { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue