style: alejandra, deadnix, statix

This commit is contained in:
Kat Inskip 2024-08-03 16:10:47 -07:00
parent 2e7ee0e4ca
commit 17c69c99de
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
78 changed files with 1051 additions and 878 deletions

View file

@ -1,6 +1,4 @@
{
config,
lib,
std,
pkgs,
inputs,

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
_: {
programs.hyprlock = {
enable = true;
backgrounds = [

View file

@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
programs.swaylock = {
enable = true;
package = pkgs.swaylock-effects;

View file

@ -1,6 +1,5 @@
{
kittywitch,
pkgs,
config,
lib,
...