formatting and removing useless parameters
This commit is contained in:
@@ -4,10 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.kitty = moduleWithSystem (
|
||||
{
|
||||
pkgs,
|
||||
self',
|
||||
}: {
|
||||
{self'}: {
|
||||
environment.systemPackages = with self'.packages; [
|
||||
kitty
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user