diff options
author | ene <ene@sils.li> | 2023-03-19 09:18:59 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-19 09:18:59 +0100 |
commit | e53fdea42b719b4065f55bfb462ed2f7db0f112b (patch) | |
tree | 9eb6fdf3833455c9d65e4eeb12dd20d9404f5c5d /system/services/dconf/default.nix | |
parent | Feat(hm/conf/dconf): Add dconf (diff) | |
download | nixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.tar.gz nixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.zip |
Style(format): Alejandra
Diffstat (limited to '')
-rw-r--r-- | system/services/dconf/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/dconf/default.nix b/system/services/dconf/default.nix index db35208e..f593ff54 100644 --- a/system/services/dconf/default.nix +++ b/system/services/dconf/default.nix @@ -1,3 +1,4 @@ +# vim: ts=2 { config, lib, |