diff options
author | Minijackson <minijackson@riseup.net> | 2021-04-18 16:58:23 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-04-18 16:58:23 +0200 |
commit | 8ffe5ce23fa1548304a3fa25f2bd0e89837f5a0b (patch) | |
tree | cd0de6a4642b76b42002dae5291c307d30727bc6 /common/theme.nix | |
parent | 46ac3d5464712d6b0e0bee4ac62543abcbf2db2c (diff) | |
download | nixos-config-reborn-8ffe5ce23fa1548304a3fa25f2bd0e89837f5a0b.tar.gz nixos-config-reborn-8ffe5ce23fa1548304a3fa25f2bd0e89837f5a0b.zip |
revamp with nix flakes + desktop config
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; |