summaryrefslogtreecommitdiffstats
path: root/common/theme.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/theme.nix')
-rw-r--r--common/theme.nix2
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
8inputs:
9
8{ config, lib, ... }: 10{ config, lib, ... }:
9 11
10with lib; 12with lib;