idk it's funny

This commit is contained in:
Gerg-L 2024-05-21 17:35:17 -04:00
parent 22de7361dd
commit 4f8c86858a
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
32 changed files with 127 additions and 79 deletions

View file

@ -1,4 +1,8 @@
{ suckless, self, ... }:
{
suckless,
self,
_file,
}:
{
pkgs,
config,
@ -121,5 +125,5 @@
};
};
};
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{
config,
lib,
@ -50,5 +50,5 @@ _:
};
};
};
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{
config,
lib,
@ -21,5 +21,5 @@ _:
displayManager.defaultSession = "xfce";
};
};
#_file
inherit _file;
}