chore: Improve formatting

This commit is contained in:
Donovan Glover 2024-04-05 19:01:41 -04:00
parent 3b82331556
commit 7a8fdd7259
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 6 additions and 3 deletions

View File

@ -28,8 +28,9 @@
inherit (builtins) attrValues attrNames listToAttrs map replaceStrings readDir;
checkArgs = {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
inherit self;
pkgs = nixpkgs.legacyPackages.x86_64-linux;
};
flakeOutputs = [ "overlays" "nixosModules" "homeManagerModules" "packages" ];

View File

@ -153,6 +153,7 @@ in
allowBitmaps = false;
};
};
stylix = {
image = ../assets/wallpaper.png;
polarity = "dark";

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
}:
stdenvNoCC.mkDerivation (finalAttrs: {
stdenvNoCC.mkDerivation {
pname = "aleo-fonts";
version = "unstable-2023-06-03";
@ -29,4 +29,4 @@ stdenvNoCC.mkDerivation (finalAttrs: {
maintainers = with maintainers; [ donovanglover ];
license = licenses.ofl;
};
})
}

View File

@ -1,6 +1,7 @@
test: { self, pkgs }:
let
inherit (pkgs.lib) mkDefault;
nixos-lib = import (pkgs.path + "/nixos/lib") { };
in
(nixos-lib.runTest {