fix explicit config

This commit is contained in:
LordGrimmauld 2024-03-16 17:51:28 +01:00
parent b90b7b3819
commit 07d54bd920

View File

@ -1,9 +1,9 @@
{ pkgs, config, lib, ... }: let
cfg = config.grimmShared;
in {
security.polkit.enable = true;
config = with cfg; lib.mkIf (enable && tooling.enable) {
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
(writeShellScriptBin "silent-add" "git add --intent-to-add $@ ; git update-index --assume-unchanged $@")
(writeShellScriptBin "systemd-owner" "systemctl show -pUser,UID $@")