fix explicit config
This commit is contained in:
parent
b90b7b3819
commit
07d54bd920
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, config, lib, ... }: let
|
||||
cfg = config.grimmShared;
|
||||
in {
|
||||
config = with cfg; lib.mkIf (enable && tooling.enable) {
|
||||
security.polkit.enable = true;
|
||||
|
||||
config = with cfg; lib.mkIf (enable && tooling.enable) {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(writeShellScriptBin "silent-add" "git add --intent-to-add $@ ; git update-index --assume-unchanged $@")
|
||||
(writeShellScriptBin "systemd-owner" "systemctl show -pUser,UID $@")
|
||||
|
|
Loading…
Reference in a new issue