formatting and removing useless parameters

This commit is contained in:
2026-07-12 17:22:49 +01:00
parent f5664dd863
commit fb74703c0d
6 changed files with 112 additions and 90 deletions

View File

@@ -4,10 +4,7 @@
...
}: {
flake.nixosModules.kitty = moduleWithSystem (
{
pkgs,
self',
}: {
{self'}: {
environment.systemPackages = with self'.packages; [
kitty
];