mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
chore: Improve formatting
This commit is contained in:
parent
3b82331556
commit
7a8fdd7259
@ -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" ];
|
||||
|
@ -153,6 +153,7 @@ in
|
||||
allowBitmaps = false;
|
||||
};
|
||||
};
|
||||
|
||||
stylix = {
|
||||
image = ../assets/wallpaper.png;
|
||||
polarity = "dark";
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
test: { self, pkgs }:
|
||||
let
|
||||
inherit (pkgs.lib) mkDefault;
|
||||
|
||||
nixos-lib = import (pkgs.path + "/nixos/lib") { };
|
||||
in
|
||||
(nixos-lib.runTest {
|
||||
|
Loading…
Reference in New Issue
Block a user