Format the entire project.
This commit is contained in:
parent
1dc50ae17d
commit
6f9db5e3a4
115 changed files with 3451 additions and 2901 deletions
|
@ -1,20 +1,24 @@
|
|||
{ config, lib, pkgs,
|
||||
nixpkgs-unstable, nixpkgs-stable, nixpkgs-git,
|
||||
... }:
|
||||
|
||||
let
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
nixpkgs-unstable,
|
||||
nixpkgs-stable,
|
||||
nixpkgs-git,
|
||||
...
|
||||
}: let
|
||||
callPackage = pkgs.callPackage;
|
||||
in {
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
mpv.vaapiSupport = (lib.elem "xserver" config.machine.services);
|
||||
mpv.vaapiSupport = lib.elem "xserver" config.machine.services;
|
||||
|
||||
packageOverrides = {
|
||||
pyluxafor = pkgs.python3Packages.callPackage ./pyluxafor {};
|
||||
theme_flat-remix = callPackage ./flat-remix { };
|
||||
theme_sddm_midnight = callPackage ./sddm_midnight { };
|
||||
xdiskusage = callPackage ./xdiskusage { };
|
||||
theme_flat-remix = callPackage ./flat-remix {};
|
||||
theme_sddm_midnight = callPackage ./sddm_midnight {};
|
||||
xdiskusage = callPackage ./xdiskusage {};
|
||||
};
|
||||
};
|
||||
overlays = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue