diff options
Diffstat (limited to 'common/theme.nix')
-rw-r--r-- | common/theme.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/theme.nix b/common/theme.nix index 675bc33..cadd65d 100644 --- a/common/theme.nix +++ b/common/theme.nix | |||
@@ -5,6 +5,8 @@ | |||
5 | # - https://github.com/morhetz/gruvbox | 5 | # - https://github.com/morhetz/gruvbox |
6 | # - https://github.com/morhetz/gruvbox-contrib | 6 | # - https://github.com/morhetz/gruvbox-contrib |
7 | 7 | ||
8 | inputs: | ||
9 | |||
8 | { config, lib, ... }: | 10 | { config, lib, ... }: |
9 | 11 | ||
10 | with lib; | 12 | with lib; |