pinwheel: Cleanup work module

This commit is contained in:
Alexander Heldt
2024-08-27 09:50:25 +02:00
parent 4db229d5c0
commit 2e0622fecc

View File

@@ -1,4 +1,4 @@
{ inputs, pkgs, lib, config, ... }: { pkgs, lib, config, ... }:
let let
gitEnabled = config.mod.git.enable; gitEnabled = config.mod.git.enable;
goEnabled = config.mod.go.enable; goEnabled = config.mod.go.enable;