cleanup config imports

This commit is contained in:
zuckerberg
2022-03-07 23:53:14 -05:00
parent 50ea80ad32
commit 7a08a607e4
6 changed files with 34 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{ config, lib, ... }:
# Modify auto-update so that it pulls a flake and much
# Modify auto-update so that it pulls a flake
let
cfg = config.system.autoUpgrade;