mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +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;
|
inherit (builtins) attrValues attrNames listToAttrs map replaceStrings readDir;
|
||||||
|
|
||||||
checkArgs = {
|
checkArgs = {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
|
||||||
inherit self;
|
inherit self;
|
||||||
|
|
||||||
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
flakeOutputs = [ "overlays" "nixosModules" "homeManagerModules" "packages" ];
|
flakeOutputs = [ "overlays" "nixosModules" "homeManagerModules" "packages" ];
|
||||||
|
@ -153,6 +153,7 @@ in
|
|||||||
allowBitmaps = false;
|
allowBitmaps = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
image = ../assets/wallpaper.png;
|
image = ../assets/wallpaper.png;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "aleo-fonts";
|
pname = "aleo-fonts";
|
||||||
version = "unstable-2023-06-03";
|
version = "unstable-2023-06-03";
|
||||||
|
|
||||||
@ -29,4 +29,4 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
maintainers = with maintainers; [ donovanglover ];
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
};
|
};
|
||||||
})
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
test: { self, pkgs }:
|
test: { self, pkgs }:
|
||||||
let
|
let
|
||||||
inherit (pkgs.lib) mkDefault;
|
inherit (pkgs.lib) mkDefault;
|
||||||
|
|
||||||
nixos-lib = import (pkgs.path + "/nixos/lib") { };
|
nixos-lib = import (pkgs.path + "/nixos/lib") { };
|
||||||
in
|
in
|
||||||
(nixos-lib.runTest {
|
(nixos-lib.runTest {
|
||||||
|
Loading…
Reference in New Issue
Block a user