alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -1,8 +1,6 @@
{
...
}: {
{...}: {
nixpkgs = {
config = {
config = {
allowUnfree = true;
allowBroken = true;
};

View file

@ -1,10 +1,7 @@
{
inputs,
...
}: {
{inputs, ...}: {
nixpkgs = {
overlays = [
inputs.hyprpanel.overlay
];
};
}
}

View file

@ -1,8 +1,6 @@
{
...
}: {
nixpkgs = {
system = "x86_64-linux";
hostPlatform = "x86_64-linux";
};
}
{...}: {
nixpkgs = {
system = "x86_64-linux";
hostPlatform = "x86_64-linux";
};
}